apache / camel-website-pub
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
xsd
asc
htaccess
txt
webmanifest
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.

main618172 LOC (97%) 1,177 files
test40 LOC (<1%) 1 file
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other14988 LOC (2%) 335 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsd
asc
webmanifest
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 1177 files match defined criteria (618,172 LOC, 100.0% vs. main code):
    • 1,068 *.xsd files (581,445 LOC)
    • 57 *.xml files (35,242 LOC)
    • 10 *.yaml files (781 LOC)
    • 29 *.asc files (680 LOC)
    • 1 *.webmanifest files (12 LOC)
    • 12 *.html files (12 LOC)
  • " *.xsd" is biggest, containing 94.06% of LOC.
  • " *.html" is smallest, containing 0% of LOC.


*.xsd581445 LOC (94%) 1,068 files
*.xml35242 LOC (5%) 57 files
*.yaml781 LOC (<1%) 10 files
*.asc680 LOC (<1%) 29 files
*.webmanifest12 LOC (<1%) 1 file
*.html12 LOC (<1%) 12 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 1 file matches defined criteria (40 LOC, 0.0% vs. main code). All matches are in *.xml files.


*.xml40 LOC (100%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
  • 335 files match defined criteria (14,988 LOC, 2.4% vs. main code):
    • 332 *.svg files (14,811 LOC)
    • 2 *.json files (172 LOC)
    • 1 *.txt files (5 LOC)
  • " *.svg" is biggest, containing 98.82% of LOC.
  • " *.txt" is smallest, containing 0.03% of LOC.


*.svg14811 LOC (98%) 332 files
*.json172 LOC (1%) 2 files
*.txt5 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:35