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
txt
pde
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.

main9668 LOC (1%) 58 files
test0 LOC (0%) 0 files
generated477851 LOC (91%) 2,969 files
build and deployment0 LOC (0%) 0 files
other36589 LOC (6%) 371 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 ".*".
  • 58 files match defined criteria (9,668 LOC, 100.0% vs. main code):
    • 15 *.css files (5,790 LOC)
    • 18 *.js files (1,344 LOC)
    • 14 *.html files (958 LOC)
    • 4 *.scss files (561 LOC)
    • 3 *.rdf files (422 LOC)
    • 1 *.rb files (226 LOC)
    • 1 *.pde files (186 LOC)
    • 1 *.yaml files (150 LOC)
    • 1 *.xml files (31 LOC)
  • " *.css" is biggest, containing 59.89% of LOC.
  • " *.xml" is smallest, containing 0.32% of LOC.


*.css5790 LOC (59%) 15 files
*.js1344 LOC (13%) 18 files
*.html958 LOC (9%) 14 files
*.scss561 LOC (5%) 4 files
*.rdf422 LOC (4%) 3 files
*.rb226 LOC (2%) 1 file
*.pde186 LOC (1%) 1 file
*.yaml150 LOC (1%) 1 file
*.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" .*".
  • 2969 files match defined criteria (477,851 LOC, 4942.6% vs. main code):
    • 2,965 *.html files (477,036 LOC)
    • 1 *.svg files (711 LOC)
    • 3 *.md files (104 LOC)
  • " *.html" is biggest, containing 99.83% of LOC.
  • " *.md" is smallest, containing 0.02% of LOC.


*.html477036 LOC (99%) 2,965 files
*.svg711 LOC (<1%) 1 file
*.md104 LOC (<1%) 3 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
  • 371 files match defined criteria (36,589 LOC, 378.5% vs. main code):
    • 363 *.md files (35,187 LOC)
    • 6 *.svg files (1,256 LOC)
    • 1 *.txt files (124 LOC)
    • 1 *.json files (22 LOC)
  • " *.md" is biggest, containing 96.17% of LOC.
  • " *.json" is smallest, containing 0.06% of LOC.


*.md35187 LOC (96%) 363 files
*.svg1256 LOC (3%) 6 files
*.txt124 LOC (<1%) 1 file
*.json22 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 16:06