apache / royale-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
sass
txt
htaccess
liquid
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.

main92507 LOC (15%) 156 files
test0 LOC (0%) 0 files
generated6847 LOC (1%) 1 file
build and deployment0 LOC (0%) 0 files
other506096 LOC (83%) 5,515 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
sass
liquid
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 156 files match defined criteria (92,507 LOC, 100.0% vs. main code):
    • 110 *.css files (90,180 LOC)
    • 33 *.html files (1,356 LOC)
    • 11 *.sass files (940 LOC)
    • 1 *.liquid files (30 LOC)
    • 1 *.js files (1 LOC)
  • " *.css" is biggest, containing 97.48% of LOC.
  • " *.js" is smallest, containing 0% of LOC.


*.css90180 LOC (97%) 110 files
*.html1356 LOC (1%) 33 files
*.sass940 LOC (1%) 11 files
*.liquid30 LOC (<1%) 1 file
*.js1 LOC (<1%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 1 file matches defined criteria (6,847 LOC, 7.4% vs. main code). All matches are in *.json files.


*.json6847 LOC (100%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]htaccess".
  • 5515 files match defined criteria (506,096 LOC, 547.1% vs. main code):
    • 5,468 *.json files (502,826 LOC)
    • 37 *.md files (2,805 LOC)
    • 9 *.svg files (428 LOC)
    • 1 *.txt files (37 LOC)
  • " *.json" is biggest, containing 99.35% of LOC.
  • " *.txt" is smallest, containing 0.01% of LOC.


*.json502826 LOC (99%) 5,468 files
*.md2805 LOC (<1%) 37 files
*.svg428 LOC (<1%) 9 files
*.txt37 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 20:55