JetBrains / markdown
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
txt
flex
properties
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.

main17198 LOC (33%) 129 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment74 LOC (<1%) 2 files
other33366 LOC (65%) 164 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
flex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 129 files match defined criteria (17,198 LOC, 100.0% vs. main code):
    • 123 *.kt files (16,365 LOC)
    • 2 *.flex files (542 LOC)
    • 3 *.kts files (262 LOC)
    • 1 *.rb files (29 LOC)
  • " *.kt" is biggest, containing 95.16% of LOC.
  • " *.rb" is smallest, containing 0.17% of LOC.


*.kt16365 LOC (95%) 123 files
*.flex542 LOC (3%) 2 files
*.kts262 LOC (1%) 3 files
*.rb29 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 ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 2 files match defined criteria (74 LOC, 0.4% vs. main code):
    • 1 *.bat files (71 LOC)
    • 1 *.sh files (3 LOC)
  • " *.bat" is biggest, containing 95.95% of LOC.
  • " *.sh" is smallest, containing 4.05% of LOC.


*.bat71 LOC (95%) 1 file
*.sh3 LOC (4%) 1 file
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 ".*/[.]gitignore".
  • 164 files match defined criteria (33,366 LOC, 194.0% vs. main code):
    • 85 *.txt files (20,448 LOC)
    • 78 *.md files (12,915 LOC)
    • 1 *.properties files (3 LOC)
  • " *.txt" is biggest, containing 61.28% of LOC.
  • " *.properties" is smallest, containing 0.01% of LOC.


*.txt20448 LOC (61%) 85 files
*.md12915 LOC (38%) 78 files
*.properties3 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:42