apache / manifoldcf-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
xslt
txt
xsl
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.

main349372 LOC (7%) 1,268 files
test0 LOC (0%) 0 files
generated4254771 LOC (92%) 15,917 files
build and deployment48 LOC (<1%) 1 file
other259 LOC (<1%) 12 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xslt
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 1268 files match defined criteria (349,372 LOC, 100.0% vs. main code):
    • 390 *.css files (183,128 LOC)
    • 185 *.html files (96,585 LOC)
    • 640 *.js files (68,007 LOC)
    • 25 *.xslt files (845 LOC)
    • 5 *.xsl files (600 LOC)
    • 21 *.xml files (142 LOC)
    • 1 *.rdf files (41 LOC)
    • 1 *.yaml files (24 LOC)
  • " *.css" is biggest, containing 52.42% of LOC.
  • " *.yaml" is smallest, containing 0.01% of LOC.


*.css183128 LOC (52%) 390 files
*.html96585 LOC (27%) 185 files
*.js68007 LOC (19%) 640 files
*.xslt845 LOC (<1%) 25 files
*.xsl600 LOC (<1%) 5 files
*.xml142 LOC (<1%) 21 files
*.rdf41 LOC (<1%) 1 file
*.yaml24 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 .*".
  • 15917 files match defined criteria (4,254,771 LOC, 1217.8% vs. main code). All matches are in *.html files.


*.html4254771 LOC (100%) 15,917 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
  • 1 file matches defined criteria (48 LOC, 0.0% vs. main code). All matches are in *.sh files.


*.sh48 LOC (100%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]htaccess".
  • 12 files match defined criteria (259 LOC, 0.1% vs. main code):
    • 11 *.txt files (223 LOC)
    • 1 *.md files (36 LOC)
  • " *.txt" is biggest, containing 86.1% of LOC.
  • " *.md" is smallest, containing 13.9% of LOC.


*.txt223 LOC (86%) 11 files
*.md36 LOC (13%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:57