apache / xalan-site
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
xslt
htaccess
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.

main613605 LOC (30%) 1,135 files
test18 LOC (<1%) 1 file
generated1389999 LOC (69%) 4,166 files
build and deployment107 LOC (<1%) 4 files
other879 LOC (<1%) 15 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xslt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 1135 files match defined criteria (613,605 LOC, 100.0% vs. main code):
    • 1,120 *.html files (610,171 LOC)
    • 2 *.xslt files (1,520 LOC)
    • 8 *.css files (1,413 LOC)
    • 3 *.xml files (465 LOC)
    • 2 *.js files (36 LOC)
  • " *.html" is biggest, containing 99.44% of LOC.
  • " *.js" is smallest, containing 0.01% of LOC.


*.html610171 LOC (99%) 1,120 files
*.xslt1520 LOC (<1%) 2 files
*.css1413 LOC (<1%) 8 files
*.xml465 LOC (<1%) 3 files
*.js36 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 1 file matches defined criteria (18 LOC, 0.0% vs. main code). All matches are in *.js files.


*.js18 LOC (100%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with any line of content like "\<\!\-\-[ ]*Generated by .*".
  • 4166 files match defined criteria (1,389,999 LOC, 226.5% vs. main code). All matches are in *.html files.


*.html1389999 LOC (100%) 4,166 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 ".*[.]sh".
    • files with paths like ".*[.]bat".
  • 4 files match defined criteria (107 LOC, 0.0% vs. main code):
    • 2 *.bat files (78 LOC)
    • 2 *.sh files (29 LOC)
  • " *.bat" is biggest, containing 72.9% of LOC.
  • " *.sh" is smallest, containing 27.1% of LOC.


*.bat78 LOC (72%) 2 files
*.sh29 LOC (27%) 2 files
Other Code
txt
xslt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]htaccess".
  • 15 files match defined criteria (879 LOC, 0.1% vs. main code):
    • 14 *.txt files (780 LOC)
    • 1 *.xslt files (99 LOC)
  • " *.txt" is biggest, containing 88.74% of LOC.
  • " *.xslt" is smallest, containing 11.26% of LOC.


*.txt780 LOC (88%) 14 files
*.xslt99 LOC (11%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 22:10