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
xsl
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.

main1376041 LOC (68%) 3,403 files
test4823 LOC (<1%) 5 files
generated641700 LOC (31%) 1,930 files
build and deployment107 LOC (<1%) 4 files
other892 LOC (<1%) 16 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 ".*".
  • 3403 files match defined criteria (1,376,041 LOC, 100.0% vs. main code):
    • 3,388 *.html files (1,372,607 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.75% of LOC.
  • " *.js" is smallest, containing 0% of LOC.


*.html1372607 LOC (99%) 3,388 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.
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 5 files match defined criteria (4,823 LOC, 0.4% vs. main code):
    • 1 *.html files (3,462 LOC)
    • 2 *.xml files (1,272 LOC)
    • 1 *.xsl files (71 LOC)
    • 1 *.js files (18 LOC)
  • " *.html" is biggest, containing 71.78% of LOC.
  • " *.js" is smallest, containing 0.37% of LOC.


*.html3462 LOC (71%) 1 file
*.xml1272 LOC (26%) 2 files
*.xsl71 LOC (1%) 1 file
*.js18 LOC (<1%) 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 .*".
  • 1930 files match defined criteria (641,700 LOC, 46.6% vs. main code). All matches are in *.html files.


*.html641700 LOC (100%) 1,930 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 ".*[.]bat".
    • files with paths like ".*[.]sh".
  • 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 ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]htaccess".
  • 16 files match defined criteria (892 LOC, 0.1% vs. main code):
    • 14 *.txt files (780 LOC)
    • 1 *.xslt files (99 LOC)
    • 1 *.json files (13 LOC)
  • " *.txt" is biggest, containing 87.44% of LOC.
  • " *.json" is smallest, containing 1.46% of LOC.


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


2025-05-07 19:53