JetBrains / skiko
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
plist
mjs
project
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.

main66597 LOC (95%) 769 files
test200 LOC (<1%) 8 files
generated0 LOC (0%) 0 files
build and deployment224 LOC (<1%) 3 files
other2936 LOC (4%) 76 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mjs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 769 files match defined criteria (66,597 LOC, 100.0% vs. main code):
    • 520 *.kt files (38,028 LOC)
    • 193 *.cc files (24,692 LOC)
    • 9 *.mm files (1,038 LOC)
    • 12 *.hh files (936 LOC)
    • 6 *.cpp files (749 LOC)
    • 7 *.kts files (481 LOC)
    • 12 *.h files (426 LOC)
    • 3 *.js files (145 LOC)
    • 3 *.ps1 files (34 LOC)
    • 2 *.mjs files (26 LOC)
    • 1 *.toml files (25 LOC)
    • 1 *.java files (17 LOC)
  • " *.kt" is biggest, containing 57.1% of LOC.
  • " *.java" is smallest, containing 0.03% of LOC.


*.kt38028 LOC (57%) 520 files
*.cc24692 LOC (37%) 193 files
*.mm1038 LOC (1%) 9 files
*.hh936 LOC (1%) 12 files
*.cpp749 LOC (1%) 6 files
*.kts481 LOC (<1%) 7 files
*.h426 LOC (<1%) 12 files
*.js145 LOC (<1%) 3 files
*.ps134 LOC (<1%) 3 files
*.mjs26 LOC (<1%) 2 files
*.toml25 LOC (<1%) 1 file
*.java17 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]ests/.*".
    • files with paths like ".*/test_.*".
  • 8 files match defined criteria (200 LOC, 0.3% vs. main code). All matches are in *.kt files.


*.kt200 LOC (100%) 8 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 ".*/AndroidManifest[.]xml".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*[.]sh".
  • 3 files match defined criteria (224 LOC, 0.3% 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
plist
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 ".*/[Ss]amples/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]plist".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
  • 76 files match defined criteria (2,936 LOC, 4.4% vs. main code):
    • 29 *.kt files (1,316 LOC)
    • 8 *.kts files (643 LOC)
    • 4 *.bat files (289 LOC)
    • 7 *.md files (281 LOC)
    • 3 *.json files (105 LOC)
    • 3 *.txt files (77 LOC)
    • 6 *.xml files (54 LOC)
    • 6 *.properties files (50 LOC)
    • 2 *.plist files (48 LOC)
    • 3 *.html files (47 LOC)
    • 2 *.swift files (18 LOC)
    • 2 *.css files (6 LOC)
    • 1 *.js files (2 LOC)
  • " *.kt" is biggest, containing 44.82% of LOC.
  • " *.js" is smallest, containing 0.07% of LOC.


*.kt1316 LOC (44%) 29 files
*.kts643 LOC (21%) 8 files
*.bat289 LOC (9%) 4 files
*.md281 LOC (9%) 7 files
*.json105 LOC (3%) 3 files
*.txt77 LOC (2%) 3 files
*.xml54 LOC (1%) 6 files
*.properties50 LOC (1%) 6 files
*.plist48 LOC (1%) 2 files
*.html47 LOC (1%) 3 files
*.swift18 LOC (<1%) 2 files
*.css6 LOC (<1%) 2 files
*.js2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:15