JetBrains / kotlin-wrappers
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
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.

main58895 LOC (24%) 1,724 files
test2636 LOC (1%) 20 files
generated160550 LOC (67%) 12,036 files
build and deployment72 LOC (<1%) 1 file
other15290 LOC (6%) 307 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 ".*".
  • 1724 files match defined criteria (58,895 LOC, 100.0% vs. main code):
    • 1,585 *.kt files (56,832 LOC)
    • 138 *.kts files (2,058 LOC)
    • 1 *.js files (5 LOC)
  • " *.kt" is biggest, containing 96.5% of LOC.
  • " *.js" is smallest, containing 0.01% of LOC.


*.kt56832 LOC (96%) 1,585 files
*.kts2058 LOC (3%) 138 files
*.js5 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[.].*".
    • files with paths like ".*/mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/[Mm]ocks/.*".
    • files with paths like ".*[-]test[-].*".
  • 20 files match defined criteria (2,636 LOC, 4.5% vs. main code):
    • 19 *.kt files (2,624 LOC)
    • 1 *.kts files (12 LOC)
  • " *.kt" is biggest, containing 99.54% of LOC.
  • " *.kts" is smallest, containing 0.46% of LOC.


*.kt2624 LOC (99%) 19 files
*.kts12 LOC (<1%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*/generated/.*".
  • 12036 files match defined criteria (160,550 LOC, 272.6% vs. main code):
    • 12,029 *.kt files (150,295 LOC)
    • 7 *.json files (10,255 LOC)
  • " *.kt" is biggest, containing 93.61% of LOC.
  • " *.json" is smallest, containing 6.39% of LOC.


*.kt150295 LOC (93%) 12,029 files
*.json10255 LOC (6%) 7 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[-]lock[.]json".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 1 file matches defined criteria (72 LOC, 0.1% vs. main code). All matches are in *.bat files.


*.bat72 LOC (100%) 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 ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
  • 307 files match defined criteria (15,290 LOC, 26.0% vs. main code):
    • 7 *.json files (10,255 LOC)
    • 101 *.kt files (2,185 LOC)
    • 81 *.md files (1,974 LOC)
    • 22 *.kts files (298 LOC)
    • 78 *.properties files (276 LOC)
    • 11 *.html files (149 LOC)
    • 6 *.css files (81 LOC)
    • 1 *.bat files (72 LOC)
  • " *.json" is biggest, containing 67.07% of LOC.
  • " *.bat" is smallest, containing 0.47% of LOC.


*.json10255 LOC (67%) 7 files
*.kt2185 LOC (14%) 101 files
*.md1974 LOC (12%) 81 files
*.kts298 LOC (1%) 22 files
*.properties276 LOC (1%) 78 files
*.html149 LOC (<1%) 11 files
*.css81 LOC (<1%) 6 files
*.bat72 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:53