uber / RIBs
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.

main12777 LOC (55%) 336 files
test3537 LOC (15%) 69 files
generated0 LOC (0%) 0 files
build and deployment356 LOC (1%) 9 files
other6287 LOC (27%) 215 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 ".*".
  • 336 files match defined criteria (12,777 LOC, 100.0% vs. main code):
    • 136 *.java files (5,579 LOC)
    • 139 *.kt files (5,323 LOC)
    • 25 *.xml files (854 LOC)
    • 31 *.kts files (766 LOC)
    • 2 *.js files (130 LOC)
    • 3 *.toml files (125 LOC)
  • " *.java" is biggest, containing 43.66% of LOC.
  • " *.toml" is smallest, containing 0.98% of LOC.


*.java5579 LOC (43%) 136 files
*.kt5323 LOC (41%) 139 files
*.xml854 LOC (6%) 25 files
*.kts766 LOC (5%) 31 files
*.js130 LOC (1%) 2 files
*.toml125 LOC (<1%) 3 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/.*".
  • 69 files match defined criteria (3,537 LOC, 27.7% vs. main code):
    • 33 *.kt files (2,898 LOC)
    • 36 *.java files (639 LOC)
  • " *.kt" is biggest, containing 81.93% of LOC.
  • " *.java" is smallest, containing 18.07% of LOC.


*.kt2898 LOC (81%) 33 files
*.java639 LOC (18%) 36 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 ".*/package[.]json".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/AndroidManifest[.]xml".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]sh".
  • 9 files match defined criteria (356 LOC, 2.8% vs. main code):
    • 2 *.gradle files (147 LOC)
    • 5 *.xml files (120 LOC)
    • 1 *.bat files (66 LOC)
    • 1 *.sh files (23 LOC)
  • " *.gradle" is biggest, containing 41.29% of LOC.
  • " *.sh" is smallest, containing 6.46% of LOC.


*.gradle147 LOC (41%) 2 files
*.xml120 LOC (33%) 5 files
*.bat66 LOC (18%) 1 file
*.sh23 LOC (6%) 1 file
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Dd]emos?/.*".
  • 215 files match defined criteria (6,287 LOC, 49.2% vs. main code):
    • 59 *.java files (2,367 LOC)
    • 68 *.kt files (1,767 LOC)
    • 31 *.xml files (980 LOC)
    • 29 *.md files (473 LOC)
    • 21 *.properties files (325 LOC)
    • 1 *.txt files (180 LOC)
    • 5 *.kts files (161 LOC)
    • 1 *.json files (34 LOC)
  • " *.java" is biggest, containing 37.65% of LOC.
  • " *.json" is smallest, containing 0.54% of LOC.


*.java2367 LOC (37%) 59 files
*.kt1767 LOC (28%) 68 files
*.xml980 LOC (15%) 31 files
*.md473 LOC (7%) 29 files
*.properties325 LOC (5%) 21 files
*.txt180 LOC (2%) 1 file
*.kts161 LOC (2%) 5 files
*.json34 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-04-18 12:56