apache / cayenne-website
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
txt
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.

main7095 LOC (38%) 72 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment219 LOC (1%) 3 files
other11167 LOC (60%) 76 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 72 files match defined criteria (7,095 LOC, 100.0% vs. main code):
    • 19 *.xsd files (2,489 LOC)
    • 23 *.html files (2,247 LOC)
    • 7 *.scss files (1,352 LOC)
    • 1 *.css files (387 LOC)
    • 5 *.yaml files (268 LOC)
    • 14 *.js files (259 LOC)
    • 1 *.rdf files (48 LOC)
    • 2 *.xml files (45 LOC)
  • " *.xsd" is biggest, containing 35.08% of LOC.
  • " *.xml" is smallest, containing 0.63% of LOC.


*.xsd2489 LOC (35%) 19 files
*.html2247 LOC (31%) 23 files
*.scss1352 LOC (19%) 7 files
*.css387 LOC (5%) 1 file
*.yaml268 LOC (3%) 5 files
*.js259 LOC (3%) 14 files
*.rdf48 LOC (<1%) 1 file
*.xml45 LOC (<1%) 2 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 ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (219 LOC, 3.1% vs. main code):
    • 1 *.xml files (113 LOC)
    • 2 *.sh files (106 LOC)
  • " *.xml" is biggest, containing 51.6% of LOC.
  • " *.sh" is smallest, containing 48.4% of LOC.


*.xml113 LOC (51%) 1 file
*.sh106 LOC (48%) 2 files
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 ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 76 files match defined criteria (11,167 LOC, 157.4% vs. main code):
    • 15 *.svg files (8,163 LOC)
    • 57 *.md files (2,772 LOC)
    • 2 *.txt files (176 LOC)
    • 2 *.json files (56 LOC)
  • " *.svg" is biggest, containing 73.1% of LOC.
  • " *.json" is smallest, containing 0.5% of LOC.


*.svg8163 LOC (73%) 15 files
*.md2772 LOC (24%) 57 files
*.txt176 LOC (1%) 2 files
*.json56 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 16:58