JetBrains / Exposed
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
editorconfig
cfg
http
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.

main25391 LOC (26%) 323 files
test60157 LOC (62%) 282 files
generated0 LOC (0%) 0 files
build and deployment271 LOC (<1%) 4 files
other10816 LOC (11%) 154 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cfg
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 323 files match defined criteria (25,391 LOC, 100.0% vs. main code):
    • 282 *.kt files (23,871 LOC)
    • 33 *.kts files (1,217 LOC)
    • 2 *.toml files (156 LOC)
    • 3 *.xml files (121 LOC)
    • 1 *.cfg files (14 LOC)
    • 1 *.html files (11 LOC)
    • 1 *.sql files (1 LOC)
  • " *.kt" is biggest, containing 94.01% of LOC.
  • " *.sql" is smallest, containing 0% of LOC.


*.kt23871 LOC (94%) 282 files
*.kts1217 LOC (4%) 33 files
*.toml156 LOC (<1%) 2 files
*.xml121 LOC (<1%) 3 files
*.cfg14 LOC (<1%) 1 file
*.html11 LOC (<1%) 1 file
*.sql1 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 ".*/[Tt]ests/.*".
    • files with paths like ".*[-]tests/.*".
  • 282 files match defined criteria (60,157 LOC, 236.9% vs. main code):
    • 271 *.kt files (59,825 LOC)
    • 3 *.kts files (186 LOC)
    • 8 *.xml files (146 LOC)
  • " *.kt" is biggest, containing 99.45% of LOC.
  • " *.xml" is smallest, containing 0.24% of LOC.


*.kt59825 LOC (99%) 271 files
*.kts186 LOC (<1%) 3 files
*.xml146 LOC (<1%) 8 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]gradle".
  • 4 files match defined criteria (271 LOC, 1.1% vs. main code):
    • 2 *.bat files (142 LOC)
    • 1 *.xml files (107 LOC)
    • 1 *.gradle files (22 LOC)
  • " *.bat" is biggest, containing 52.4% of LOC.
  • " *.gradle" is smallest, containing 8.12% of LOC.


*.bat142 LOC (52%) 2 files
*.xml107 LOC (39%) 1 file
*.gradle22 LOC (8%) 1 file
Other Code
txt
http
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 ".*[.]editorconfig".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Dd]emos?/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[Ee]xamples/.*".
  • 154 files match defined criteria (10,816 LOC, 42.6% vs. main code):
    • 42 *.md files (6,549 LOC)
    • 78 *.kt files (3,323 LOC)
    • 4 *.bat files (275 LOC)
    • 1 *.txt files (169 LOC)
    • 1 *.http files (152 LOC)
    • 8 *.kts files (138 LOC)
    • 10 *.properties files (100 LOC)
    • 2 *.xml files (25 LOC)
    • 1 *.toml files (25 LOC)
    • 4 *.svg files (24 LOC)
    • 1 *.json files (21 LOC)
    • 2 *.yaml files (15 LOC)
  • " *.md" is biggest, containing 60.55% of LOC.
  • " *.yaml" is smallest, containing 0.14% of LOC.


*.md6549 LOC (60%) 42 files
*.kt3323 LOC (30%) 78 files
*.bat275 LOC (2%) 4 files
*.txt169 LOC (1%) 1 file
*.http152 LOC (1%) 1 file
*.kts138 LOC (1%) 8 files
*.properties100 LOC (<1%) 10 files
*.xml25 LOC (<1%) 2 files
*.toml25 LOC (<1%) 1 file
*.svg24 LOC (<1%) 4 files
*.json21 LOC (<1%) 1 file
*.yaml15 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:38