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.

main72494 LOC (69%) 414 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment116 LOC (<1%) 4 files
other32339 LOC (30%) 316 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 ".*".
  • 414 files match defined criteria (72,494 LOC, 100.0% vs. main code):
    • 362 *.html files (66,322 LOC)
    • 13 *.css files (2,091 LOC)
    • 6 *.xsd files (1,830 LOC)
    • 18 *.scss files (955 LOC)
    • 4 *.xml files (753 LOC)
    • 7 *.rb files (356 LOC)
    • 2 *.js files (122 LOC)
    • 2 *.rdf files (65 LOC)
  • " *.html" is biggest, containing 91.49% of LOC.
  • " *.rdf" is smallest, containing 0.09% of LOC.


*.html66322 LOC (91%) 362 files
*.css2091 LOC (2%) 13 files
*.xsd1830 LOC (2%) 6 files
*.scss955 LOC (1%) 18 files
*.xml753 LOC (1%) 4 files
*.rb356 LOC (<1%) 7 files
*.js122 LOC (<1%) 2 files
*.rdf65 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 4 files match defined criteria (116 LOC, 0.2% vs. main code). All matches are in *.sh files.


*.sh116 LOC (100%) 4 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[.]htaccess".
  • 316 files match defined criteria (32,339 LOC, 44.6% vs. main code):
    • 249 *.md files (17,121 LOC)
    • 54 *.svg files (13,366 LOC)
    • 7 *.html files (1,398 LOC)
    • 6 *.txt files (454 LOC)
  • " *.md" is biggest, containing 52.94% of LOC.
  • " *.txt" is smallest, containing 1.4% of LOC.


*.md17121 LOC (52%) 249 files
*.svg13366 LOC (41%) 54 files
*.html1398 LOC (4%) 7 files
*.txt454 LOC (1%) 6 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:51