apache / tcl-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
tcl
txt
htaccess
ps
tex
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.

main22257 LOC (72%) 108 files
test0 LOC (0%) 0 files
generated5076 LOC (16%) 3 files
build and deployment0 LOC (0%) 0 files
other3407 LOC (11%) 36 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
tcl
tex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 108 files match defined criteria (22,257 LOC, 100.0% vs. main code):
    • 66 *.html files (11,027 LOC)
    • 18 *.css files (8,968 LOC)
    • 2 *.js files (1,339 LOC)
    • 18 *.tcl files (437 LOC)
    • 1 *.tex files (411 LOC)
    • 1 *.rdf files (41 LOC)
    • 2 *.c files (34 LOC)
  • " *.html" is biggest, containing 49.54% of LOC.
  • " *.c" is smallest, containing 0.15% of LOC.


*.html11027 LOC (49%) 66 files
*.css8968 LOC (40%) 18 files
*.js1339 LOC (6%) 2 files
*.tcl437 LOC (1%) 18 files
*.tex411 LOC (1%) 1 file
*.rdf41 LOC (<1%) 1 file
*.c34 LOC (<1%) 2 files
Generated Code
Automatically generated files, not manually changed after generation.
ps
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.](ps|eps|pfa)".
  • 3 files match defined criteria (5,076 LOC, 22.8% vs. main code). All matches are in *.ps files.


*.ps5076 LOC (100%) 3 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Dd]ocumentation/.*".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]htaccess".
  • 36 files match defined criteria (3,407 LOC, 15.3% vs. main code):
    • 19 *.html files (2,141 LOC)
    • 16 *.txt files (1,229 LOC)
    • 1 *.css files (37 LOC)
  • " *.html" is biggest, containing 62.84% of LOC.
  • " *.css" is smallest, containing 1.09% of LOC.


*.html2141 LOC (62%) 19 files
*.txt1229 LOC (36%) 16 files
*.css37 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 17:39