JetBrains / educational-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
gitattributes
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.

main147628 LOC (88%) 2,283 files
test410 LOC (<1%) 12 files
generated0 LOC (0%) 0 files
build and deployment278 LOC (<1%) 55 files
other19254 LOC (11%) 543 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 ".*".
  • 2283 files match defined criteria (147,628 LOC, 100.0% vs. main code):
    • 2,032 *.kt files (142,047 LOC)
    • 85 *.xml files (1,815 LOC)
    • 48 *.kts files (1,464 LOC)
    • 14 *.java files (793 LOC)
    • 62 *.html files (605 LOC)
    • 9 *.py files (385 LOC)
    • 15 *.css files (375 LOC)
    • 16 *.yaml files (97 LOC)
    • 1 *.toml files (38 LOC)
    • 1 *.js files (9 LOC)
  • " *.kt" is biggest, containing 96.22% of LOC.
  • " *.js" is smallest, containing 0.01% of LOC.


*.kt142047 LOC (96%) 2,032 files
*.xml1815 LOC (1%) 85 files
*.kts1464 LOC (<1%) 48 files
*.java793 LOC (<1%) 14 files
*.html605 LOC (<1%) 62 files
*.py385 LOC (<1%) 9 files
*.css375 LOC (<1%) 15 files
*.yaml97 LOC (<1%) 16 files
*.toml38 LOC (<1%) 1 file
*.js9 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]ests/.*".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*[-]test[-].*".
    • files with paths like ".*_tests[.].*".
  • 12 files match defined criteria (410 LOC, 0.3% vs. main code):
    • 9 *.kt files (378 LOC)
    • 1 *.kts files (19 LOC)
    • 1 *.xml files (12 LOC)
    • 1 *.py files (1 LOC)
  • " *.kt" is biggest, containing 92.2% of LOC.
  • " *.py" is smallest, containing 0.24% of LOC.


*.kt378 LOC (92%) 9 files
*.kts19 LOC (4%) 1 file
*.xml12 LOC (2%) 1 file
*.py1 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 ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 55 files match defined criteria (278 LOC, 0.2% vs. main code):
    • 52 *.gradle files (176 LOC)
    • 1 *.bat files (72 LOC)
    • 2 *.sh files (30 LOC)
  • " *.gradle" is biggest, containing 63.31% of LOC.
  • " *.sh" is smallest, containing 10.79% of LOC.


*.gradle176 LOC (63%) 52 files
*.bat72 LOC (25%) 1 file
*.sh30 LOC (10%) 2 files
Other Code
properties
txt
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 ".*/[Dd]ocumentation/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
  • 543 files match defined criteria (19,254 LOC, 13.0% vs. main code):
    • 193 *.json files (10,851 LOC)
    • 91 *.properties files (5,085 LOC)
    • 11 *.md files (1,600 LOC)
    • 174 *.svg files (1,556 LOC)
    • 74 *.txt files (162 LOC)
  • " *.json" is biggest, containing 56.36% of LOC.
  • " *.txt" is smallest, containing 0.84% of LOC.


*.json10851 LOC (56%) 193 files
*.properties5085 LOC (26%) 91 files
*.md1600 LOC (8%) 11 files
*.svg1556 LOC (8%) 174 files
*.txt162 LOC (<1%) 74 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:45