JetBrains / intellij-deps-kotlinx.coroutines
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
pro
properties
cfg
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.

main30407 LOC (34%) 466 files
test53301 LOC (59%) 642 files
generated0 LOC (0%) 0 files
build and deployment224 LOC (<1%) 3 files
other5161 LOC (5%) 80 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
pro
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 466 files match defined criteria (30,407 LOC, 100.0% vs. main code):
    • 397 *.kt files (27,724 LOC)
    • 40 *.kts files (1,705 LOC)
    • 20 *.java files (796 LOC)
    • 8 *.pro files (119 LOC)
    • 1 *.py files (63 LOC)
  • " *.kt" is biggest, containing 91.18% of LOC.
  • " *.py" is smallest, containing 0.21% of LOC.


*.kt27724 LOC (91%) 397 files
*.kts1705 LOC (5%) 40 files
*.java796 LOC (2%) 20 files
*.pro119 LOC (<1%) 8 files
*.py63 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[-]resources/.*".
    • files with paths like ".*[-]tests/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*[-]test[-].*".
  • 642 files match defined criteria (53,301 LOC, 175.3% vs. main code):
    • 640 *.kt files (53,280 LOC)
    • 1 *.xml files (11 LOC)
    • 1 *.kts files (10 LOC)
  • " *.kt" is biggest, containing 99.96% of LOC.
  • " *.kts" is smallest, containing 0.02% of LOC.


*.kt53280 LOC (99%) 640 files
*.xml11 LOC (<1%) 1 file
*.kts10 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 ".*/package[.]json".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (224 LOC, 0.7% vs. main code):
    • 2 *.bat files (146 LOC)
    • 1 *.sh files (78 LOC)
  • " *.bat" is biggest, containing 65.18% of LOC.
  • " *.sh" is smallest, containing 34.82% of LOC.


*.bat146 LOC (65%) 2 files
*.sh78 LOC (34%) 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 ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[.]gitignore".
  • 80 files match defined criteria (5,161 LOC, 17.0% vs. main code):
    • 34 *.md files (4,182 LOC)
    • 28 *.txt files (468 LOC)
    • 11 *.kt files (417 LOC)
    • 6 *.properties files (71 LOC)
    • 1 *.json files (23 LOC)
  • " *.md" is biggest, containing 81.03% of LOC.
  • " *.json" is smallest, containing 0.45% of LOC.


*.md4182 LOC (81%) 34 files
*.txt468 LOC (9%) 28 files
*.kt417 LOC (8%) 11 files
*.properties71 LOC (1%) 6 files
*.json23 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:31