uber / simple-store
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
pro
proto
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.

main1462 LOC (46%) 34 files
test1046 LOC (33%) 10 files
generated0 LOC (0%) 0 files
build and deployment453 LOC (14%) 13 files
other204 LOC (6%) 9 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
proto
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 34 files match defined criteria (1,462 LOC, 100.0% vs. main code):
    • 21 *.java files (1,150 LOC)
    • 11 *.xml files (205 LOC)
    • 1 *.kt files (100 LOC)
    • 1 *.proto files (7 LOC)
  • " *.java" is biggest, containing 78.66% of LOC.
  • " *.proto" is smallest, containing 0.48% of LOC.


*.java1150 LOC (78%) 21 files
*.xml205 LOC (14%) 11 files
*.kt100 LOC (6%) 1 file
*.proto7 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
proto
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/src/androidTest/.*".
    • files with paths like ".*/[Tt]est/.*".
  • 10 files match defined criteria (1,046 LOC, 71.5% vs. main code):
    • 8 *.java files (1,022 LOC)
    • 2 *.proto files (24 LOC)
  • " *.java" is biggest, containing 97.71% of LOC.
  • " *.proto" is smallest, containing 2.29% of LOC.


*.java1022 LOC (97%) 8 files
*.proto24 LOC (2%) 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 ".*[.]bat".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/AndroidManifest[.]xml".
    • files with paths like ".*[.]sh".
  • 13 files match defined criteria (453 LOC, 31.0% vs. main code):
    • 7 *.gradle files (337 LOC)
    • 1 *.bat files (61 LOC)
    • 4 *.xml files (31 LOC)
    • 1 *.sh files (24 LOC)
  • " *.gradle" is biggest, containing 74.39% of LOC.
  • " *.sh" is smallest, containing 5.3% of LOC.


*.gradle337 LOC (74%) 7 files
*.bat61 LOC (13%) 1 file
*.xml31 LOC (6%) 4 files
*.sh24 LOC (5%) 1 file
Other Code
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
  • 9 files match defined criteria (204 LOC, 14.0% vs. main code):
    • 5 *.md files (160 LOC)
    • 4 *.properties files (44 LOC)
  • " *.md" is biggest, containing 78.43% of LOC.
  • " *.properties" is smallest, containing 21.57% of LOC.


*.md160 LOC (78%) 5 files
*.properties44 LOC (21%) 4 files
Analyzers
Info about analyzers used for source code examinations.


2026-04-18 12:59