apache / commons-scxml
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
txt
xsl
cgi
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.

main12717 LOC (56%) 155 files
test8873 LOC (39%) 174 files
generated0 LOC (0%) 0 files
build and deployment539 LOC (2%) 2 files
other400 LOC (1%) 9 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsl
cgi
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 155 files match defined criteria (12,717 LOC, 100.0% vs. main code):
    • 124 *.java files (9,262 LOC)
    • 27 *.xml files (3,152 LOC)
    • 1 *.xsl files (138 LOC)
    • 1 *.js files (116 LOC)
    • 1 *.html files (45 LOC)
    • 1 *.cgi files (4 LOC)
  • " *.java" is biggest, containing 72.83% of LOC.
  • " *.cgi" is smallest, containing 0.03% of LOC.


*.java9262 LOC (72%) 124 files
*.xml3152 LOC (24%) 27 files
*.xsl138 LOC (1%) 1 file
*.js116 LOC (<1%) 1 file
*.html45 LOC (<1%) 1 file
*.cgi4 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[-]test[-].*".
  • 174 files match defined criteria (8,873 LOC, 69.8% vs. main code):
    • 61 *.java files (4,688 LOC)
    • 110 *.xml files (3,185 LOC)
    • 3 *.xsl files (1,000 LOC)
  • " *.java" is biggest, containing 52.83% of LOC.
  • " *.xsl" is smallest, containing 11.27% of LOC.


*.java4688 LOC (52%) 61 files
*.xml3185 LOC (35%) 110 files
*.xsl1000 LOC (11%) 3 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/assembly/src[.]xml".
  • 2 files match defined criteria (539 LOC, 4.2% vs. main code). All matches are in *.xml files.


*.xml539 LOC (100%) 2 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 9 files match defined criteria (400 LOC, 3.1% vs. main code):
    • 5 *.txt files (259 LOC)
    • 3 *.md files (118 LOC)
    • 1 *.json files (23 LOC)
  • " *.txt" is biggest, containing 64.75% of LOC.
  • " *.json" is smallest, containing 5.75% of LOC.


*.txt259 LOC (64%) 5 files
*.md118 LOC (29%) 3 files
*.json23 LOC (5%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 15:51