apache / wicket-site
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
xsd
htaccess
project
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.

main60355 LOC (70%) 382 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other25865 LOC (29%) 296 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 ".*".
  • 382 files match defined criteria (60,355 LOC, 100.0% vs. main code):
    • 335 *.html files (54,573 LOC)
    • 6 *.xsd files (1,830 LOC)
    • 7 *.css files (1,511 LOC)
    • 4 *.xml files (927 LOC)
    • 18 *.scss files (918 LOC)
    • 7 *.rb files (356 LOC)
    • 2 *.js files (122 LOC)
    • 2 *.rdf files (67 LOC)
    • 1 *.yml files (51 LOC)
  • " *.html" is biggest, containing 90.42% of LOC.
  • " *.yml" is smallest, containing 0.08% of LOC.


*.html54573 LOC (90%) 335 files
*.xsd1830 LOC (3%) 6 files
*.css1511 LOC (2%) 7 files
*.xml927 LOC (1%) 4 files
*.scss918 LOC (1%) 18 files
*.rb356 LOC (<1%) 7 files
*.js122 LOC (<1%) 2 files
*.rdf67 LOC (<1%) 2 files
*.yml51 LOC (<1%) 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 ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*/[.]gitignore".
  • 296 files match defined criteria (25,865 LOC, 42.9% vs. main code):
    • 233 *.md files (16,113 LOC)
    • 50 *.svg files (7,998 LOC)
    • 7 *.html files (1,300 LOC)
    • 6 *.txt files (454 LOC)
  • " *.md" is biggest, containing 62.3% of LOC.
  • " *.txt" is smallest, containing 1.76% of LOC.


*.md16113 LOC (62%) 233 files
*.svg7998 LOC (30%) 50 files
*.html1300 LOC (5%) 7 files
*.txt454 LOC (1%) 6 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 15:51