apache / flex-radii8
Source Code Overview

Analysis scope, overview of main, test, generated, deployment, build, and other code.

Source Code Analysis Scope
Files includes and excluded from analyses
mxml
as
project
prefs
txt
launch
Overview of Analyzed Files
Basic stats on analyzed files
Intro
For analysis purposes we separate files in scope into several categories: main, test, generated, deployment and build, and other.

  • The main category contains all manually created source code files that are being used in the production.
  • Files in the main category are used as input for other analyses: logical decomposition, concerns, duplication, file size, unit size, and conditional complexity.
  • Test source code files are used only for testing of the product. These files are normally not deployed to production.
  • Build and deployment source code files are used to configure or support build and deployment process.
  • Generated source code files are automatically generated files that have not been manually changed after generation.
  • While a source code folder may contain a number of files, we are primarily interested in the source code files that are being written and maintained by developers.
  • Files containing binaries, documentation, or third-party libraries, for instance, are excluded from analysis. The exception are third-party libraries that have been changed by developers.

main32154 LOC (96%) 208 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment78 LOC (<1%) 1 file
other1155 LOC (3%) 14 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
as
mxml
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 208 files match defined criteria (32,154 LOC, 100.0% vs. main code):
    • 84 *.as files (21,147 LOC)
    • 104 *.mxml files (7,681 LOC)
    • 11 *.xml files (1,631 LOC)
    • 4 *.js files (1,470 LOC)
    • 3 *.html files (121 LOC)
    • 2 *.css files (104 LOC)
  • " *.as" is biggest, containing 65.77% of LOC.
  • " *.css" is smallest, containing 0.32% of LOC.


*.as21147 LOC (65%) 84 files
*.mxml7681 LOC (23%) 104 files
*.xml1631 LOC (5%) 11 files
*.js1470 LOC (4%) 4 files
*.html121 LOC (<1%) 3 files
*.css104 LOC (<1%) 2 files
Build and Deployment Code
Source code used to configure or support build and deployment process.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/build[.]xml".
  • 1 file matches defined criteria (78 LOC, 0.2% vs. main code). All matches are in *.xml files.


*.xml78 LOC (100%) 1 file
Other Code
mxml
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]svg".
  • 14 files match defined criteria (1,155 LOC, 3.6% vs. main code):
    • 9 *.mxml files (899 LOC)
    • 2 *.txt files (205 LOC)
    • 3 *.svg files (51 LOC)
  • " *.mxml" is biggest, containing 77.84% of LOC.
  • " *.svg" is smallest, containing 4.42% of LOC.


*.mxml899 LOC (77%) 9 files
*.txt205 LOC (17%) 2 files
*.svg51 LOC (4%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 22:01