JetBrains / inspection-plugin
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.

main4170 LOC (64%) 140 files
test1707 LOC (26%) 23 files
generated0 LOC (0%) 0 files
build and deployment118 LOC (1%) 3 files
other507 LOC (7%) 7 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 ".*".
  • 140 files match defined criteria (4,170 LOC, 100.0% vs. main code):
    • 126 *.kt files (3,549 LOC)
    • 8 *.kts files (399 LOC)
    • 1 *.html files (156 LOC)
    • 4 *.java files (51 LOC)
    • 1 *.xml files (15 LOC)
  • " *.kt" is biggest, containing 85.11% of LOC.
  • " *.xml" is smallest, containing 0.36% of LOC.


*.kt3549 LOC (85%) 126 files
*.kts399 LOC (9%) 8 files
*.html156 LOC (3%) 1 file
*.java51 LOC (1%) 4 files
*.xml15 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 ".*/test[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 23 files match defined criteria (1,707 LOC, 40.9% vs. main code):
    • 22 *.kt files (1,703 LOC)
    • 1 *.java files (4 LOC)
  • " *.kt" is biggest, containing 99.77% of LOC.
  • " *.java" is smallest, containing 0.23% of LOC.


*.kt1703 LOC (99%) 22 files
*.java4 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 ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (118 LOC, 2.8% vs. main code):
    • 1 *.bat files (61 LOC)
    • 2 *.gradle files (57 LOC)
  • " *.bat" is biggest, containing 51.69% of LOC.
  • " *.gradle" is smallest, containing 48.31% of LOC.


*.bat61 LOC (51%) 1 file
*.gradle57 LOC (48%) 2 files
Other Code
txt
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 ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
  • 7 files match defined criteria (507 LOC, 12.2% vs. main code):
    • 2 *.md files (248 LOC)
    • 1 *.txt files (169 LOC)
    • 2 *.json files (86 LOC)
    • 2 *.properties files (4 LOC)
  • " *.md" is biggest, containing 48.92% of LOC.
  • " *.properties" is smallest, containing 0.79% of LOC.


*.md248 LOC (48%) 2 files
*.txt169 LOC (33%) 1 file
*.json86 LOC (16%) 2 files
*.properties4 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:54