apache / httpd-mod_fcgid
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
in
txt
dsp
m4
sed
meta
mak
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.

main6050 LOC (90%) 31 files
test0 LOC (0%) 0 files
generated178 LOC (2%) 1 file
build and deployment258 LOC (3%) 1 file
other228 LOC (3%) 2 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
sed
in
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 31 files match defined criteria (6,050 LOC, 100.0% vs. main code):
    • 15 *.c files (5,466 LOC)
    • 12 *.h files (453 LOC)
    • 1 *.sed files (64 LOC)
    • 1 *.awk files (39 LOC)
    • 2 *.in files (28 LOC)
  • " *.c" is biggest, containing 90.35% of LOC.
  • " *.in" is smallest, containing 0.46% of LOC.


*.c5466 LOC (90%) 15 files
*.h453 LOC (7%) 12 files
*.sed64 LOC (1%) 1 file
*.awk39 LOC (<1%) 1 file
*.in28 LOC (<1%) 2 files
Generated Code
Automatically generated files, not manually changed after generation.
dsp
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]dsp" AND any line of content like ".*[#] Microsoft Developer Studio Generated Build File.*".
  • 1 file matches defined criteria (178 LOC, 2.9% vs. main code). All matches are in *.dsp files.


*.dsp178 LOC (100%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
mak
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]mak".
  • 1 file matches defined criteria (258 LOC, 4.3% vs. main code). All matches are in *.mak files.


*.mak258 LOC (100%) 1 file
Other Code
dsp
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]dsp".
    • files with paths like ".*[.]txt".
  • 2 files match defined criteria (228 LOC, 3.8% vs. main code):
    • 1 *.dsp files (178 LOC)
    • 1 *.txt files (50 LOC)
  • " *.dsp" is biggest, containing 78.07% of LOC.
  • " *.txt" is smallest, containing 21.93% of LOC.


*.dsp178 LOC (78%) 1 file
*.txt50 LOC (21%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-11 02:04