apache / accumulo-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
htaccess
pde
txt
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.

main7978 LOC (1%) 52 files
test0 LOC (0%) 0 files
generated398641 LOC (91%) 2,356 files
build and deployment0 LOC (0%) 0 files
other27754 LOC (6%) 321 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
pde
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 52 files match defined criteria (7,978 LOC, 100.0% vs. main code):
    • 12 *.css files (4,527 LOC)
    • 13 *.js files (927 LOC)
    • 15 *.html files (925 LOC)
    • 4 *.scss files (565 LOC)
    • 2 *.rdf files (357 LOC)
    • 1 *.rb files (226 LOC)
    • 1 *.pde files (186 LOC)
    • 1 *.yaml files (150 LOC)
    • 2 *.yml files (84 LOC)
    • 1 *.xml files (31 LOC)
  • " *.css" is biggest, containing 56.74% of LOC.
  • " *.xml" is smallest, containing 0.39% of LOC.


*.css4527 LOC (56%) 12 files
*.js927 LOC (11%) 13 files
*.html925 LOC (11%) 15 files
*.scss565 LOC (7%) 4 files
*.rdf357 LOC (4%) 2 files
*.rb226 LOC (2%) 1 file
*.pde186 LOC (2%) 1 file
*.yaml150 LOC (1%) 1 file
*.yml84 LOC (1%) 2 files
*.xml31 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 any line of content like "\<\!\-\-[ ]*Generated by .*".
    • files with paths like ".*[.](html|html|xhtml)" AND any line of content like "[ ]*[<]meta name[=]"generator" .*".
  • 2356 files match defined criteria (398,641 LOC, 4996.8% vs. main code):
    • 2,354 *.html files (397,894 LOC)
    • 1 *.svg files (711 LOC)
    • 1 *.md files (36 LOC)
  • " *.html" is biggest, containing 99.81% of LOC.
  • " *.md" is smallest, containing 0.01% of LOC.


*.html397894 LOC (99%) 2,354 files
*.svg711 LOC (<1%) 1 file
*.md36 LOC (<1%) 1 file
Other Code
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]htaccess".
  • 321 files match defined criteria (27,754 LOC, 347.9% vs. main code):
    • 312 *.md files (26,474 LOC)
    • 8 *.svg files (1,258 LOC)
    • 1 *.json files (22 LOC)
  • " *.md" is biggest, containing 95.39% of LOC.
  • " *.json" is smallest, containing 0.08% of LOC.


*.md26474 LOC (95%) 312 files
*.svg1258 LOC (4%) 8 files
*.json22 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 17:30