apache / vcl
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
cmd
mo
po
htaccess
txt
vbs
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.

main52723 LOC (72%) 117 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment1646 LOC (2%) 3 files
other18423 LOC (25%) 8 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mo
cmd
vbs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 117 files match defined criteria (52,723 LOC, 100.0% vs. main code):
    • 54 *.pm files (35,702 LOC)
    • 27 *.js files (11,376 LOC)
    • 7 *.css files (1,891 LOC)
    • 6 *.mo files (1,302 LOC)
    • 5 *.php files (928 LOC)
    • 12 *.cmd files (822 LOC)
    • 2 *.vbs files (326 LOC)
    • 3 *.sql files (281 LOC)
    • 1 *.rdf files (95 LOC)
  • " *.pm" is biggest, containing 67.72% of LOC.
  • " *.rdf" is smallest, containing 0.18% of LOC.


*.pm35702 LOC (67%) 54 files
*.js11376 LOC (21%) 27 files
*.css1891 LOC (3%) 7 files
*.mo1302 LOC (2%) 6 files
*.php928 LOC (1%) 5 files
*.cmd822 LOC (1%) 12 files
*.vbs326 LOC (<1%) 2 files
*.sql281 LOC (<1%) 3 files
*.rdf95 LOC (<1%) 1 file
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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (1,646 LOC, 3.1% vs. main code). All matches are in *.sh files.


*.sh1646 LOC (100%) 3 files
Other Code
po
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*[.]po".
  • 8 files match defined criteria (18,423 LOC, 34.9% vs. main code):
    • 6 *.po files (18,393 LOC)
    • 2 *.txt files (30 LOC)
  • " *.po" is biggest, containing 99.84% of LOC.
  • " *.txt" is smallest, containing 0.16% of LOC.


*.po18393 LOC (99%) 6 files
*.txt30 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 17:06