apache / sling-org-apache-sling-scripting-bundle-tracker-it
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
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.

main0 LOC (0%) 0 files
test1258 LOC (32%) 19 files
generated0 LOC (0%) 0 files
build and deployment425 LOC (11%) 2 files
other2154 LOC (56%) 112 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 19 files match defined criteria (1,258 LOC, ∞% vs. main code). All matches are in *.java files.


*.java1258 LOC (100%) 19 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 2 files match defined criteria (425 LOC, ∞% vs. main code). All matches are in *.xml files.


*.xml425 LOC (100%) 2 files
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 112 files match defined criteria (2,154 LOC, ∞% vs. main code):
    • 17 *.xml files (1,049 LOC)
    • 15 *.txt files (854 LOC)
    • 64 *.html files (139 LOC)
    • 4 *.md files (61 LOC)
    • 1 *.java files (18 LOC)
    • 4 *.js files (18 LOC)
    • 6 *.jsp files (12 LOC)
    • 1 *.json files (3 LOC)
  • " *.xml" is biggest, containing 48.7% of LOC.
  • " *.json" is smallest, containing 0.14% of LOC.


*.xml1049 LOC (48%) 17 files
*.txt854 LOC (39%) 15 files
*.html139 LOC (6%) 64 files
*.md61 LOC (2%) 4 files
*.java18 LOC (<1%) 1 file
*.js18 LOC (<1%) 4 files
*.jsp12 LOC (<1%) 6 files
*.json3 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 22:00