apache / groovy-geb
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
properties
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.

main11235 LOC (27%) 263 files
test20315 LOC (49%) 369 files
generated0 LOC (0%) 0 files
build and deployment1451 LOC (3%) 48 files
other8210 LOC (19%) 16 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 263 files match defined criteria (11,235 LOC, 100.0% vs. main code):
    • 246 *.groovy files (9,832 LOC)
    • 9 *.css files (1,210 LOC)
    • 6 *.java files (93 LOC)
    • 1 *.toml files (72 LOC)
    • 1 *.js files (28 LOC)
  • " *.groovy" is biggest, containing 87.51% of LOC.
  • " *.js" is smallest, containing 0.25% of LOC.


*.groovy9832 LOC (87%) 246 files
*.css1210 LOC (10%) 9 files
*.java93 LOC (<1%) 6 files
*.toml72 LOC (<1%) 1 file
*.js28 LOC (<1%) 1 file
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/.*".
    • files with paths like ".*/test[.].*".
  • 369 files match defined criteria (20,315 LOC, 180.8% vs. main code):
    • 366 *.groovy files (20,074 LOC)
    • 1 *.html files (138 LOC)
    • 1 *.java files (93 LOC)
    • 1 *.xml files (10 LOC)
  • " *.groovy" is biggest, containing 98.81% of LOC.
  • " *.xml" is smallest, containing 0.05% of LOC.


*.groovy20074 LOC (98%) 366 files
*.html138 LOC (<1%) 1 file
*.java93 LOC (<1%) 1 file
*.xml10 LOC (<1%) 1 file
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 ".*[.]gradle".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]bat".
  • 48 files match defined criteria (1,451 LOC, 12.9% vs. main code):
    • 46 *.gradle files (1,366 LOC)
    • 1 *.bat files (73 LOC)
    • 1 *.sh files (12 LOC)
  • " *.gradle" is biggest, containing 94.14% of LOC.
  • " *.sh" is smallest, containing 0.83% of LOC.


*.gradle1366 LOC (94%) 46 files
*.bat73 LOC (5%) 1 file
*.sh12 LOC (<1%) 1 file
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/asciidoc/.*".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
  • 16 files match defined criteria (8,210 LOC, 73.1% vs. main code):
    • 3 *.svg files (7,779 LOC)
    • 3 *.md files (179 LOC)
    • 2 *.json files (138 LOC)
    • 7 *.properties files (112 LOC)
    • 1 *.txt files (2 LOC)
  • " *.svg" is biggest, containing 94.75% of LOC.
  • " *.txt" is smallest, containing 0.02% of LOC.


*.svg7779 LOC (94%) 3 files
*.md179 LOC (2%) 3 files
*.json138 LOC (1%) 2 files
*.properties112 LOC (1%) 7 files
*.txt2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:23