JetBrains / skija
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
edn
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.

main20753 LOC (48%) 281 files
test1265 LOC (2%) 19 files
generated0 LOC (0%) 0 files
build and deployment133 LOC (<1%) 6 files
other20816 LOC (48%) 122 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 ".*".
  • 281 files match defined criteria (20,753 LOC, 100.0% vs. main code):
    • 188 *.java files (12,050 LOC)
    • 74 *.cc files (7,499 LOC)
    • 8 *.hh files (714 LOC)
    • 8 *.py files (312 LOC)
    • 1 *.cmake files (154 LOC)
    • 2 *.xml files (24 LOC)
  • " *.java" is biggest, containing 58.06% of LOC.
  • " *.xml" is smallest, containing 0.12% of LOC.


*.java12050 LOC (58%) 188 files
*.cc7499 LOC (36%) 74 files
*.hh714 LOC (3%) 8 files
*.py312 LOC (1%) 8 files
*.cmake154 LOC (<1%) 1 file
*.xml24 LOC (<1%) 2 files
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[.].*".
  • 19 files match defined criteria (1,265 LOC, 6.1% vs. main code):
    • 18 *.java files (1,233 LOC)
    • 1 *.py files (32 LOC)
  • " *.java" is biggest, containing 97.47% of LOC.
  • " *.py" is smallest, containing 2.53% of LOC.


*.java1233 LOC (97%) 18 files
*.py32 LOC (2%) 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 6 files match defined criteria (133 LOC, 0.6% vs. main code):
    • 5 *.xml files (121 LOC)
    • 1 *.sh files (12 LOC)
  • " *.xml" is biggest, containing 90.98% of LOC.
  • " *.sh" is smallest, containing 9.02% of LOC.


*.xml121 LOC (90%) 5 files
*.sh12 LOC (9%) 1 file
Other Code
txt
edn
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 ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]dockerignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
  • 122 files match defined criteria (20,816 LOC, 100.3% vs. main code):
    • 3 *.txt files (10,378 LOC)
    • 64 *.java files (7,606 LOC)
    • 11 *.rs files (1,595 LOC)
    • 10 *.md files (423 LOC)
    • 3 *.clj files (346 LOC)
    • 12 *.py files (240 LOC)
    • 8 *.svg files (85 LOC)
    • 2 *.edn files (69 LOC)
    • 1 *.toml files (42 LOC)
    • 2 *.sh files (16 LOC)
    • 5 *.properties files (15 LOC)
    • 1 *.json files (1 LOC)
  • " *.txt" is biggest, containing 49.86% of LOC.
  • " *.json" is smallest, containing 0% of LOC.


*.txt10378 LOC (49%) 3 files
*.java7606 LOC (36%) 64 files
*.rs1595 LOC (7%) 11 files
*.md423 LOC (2%) 10 files
*.clj346 LOC (1%) 3 files
*.py240 LOC (1%) 12 files
*.svg85 LOC (<1%) 8 files
*.edn69 LOC (<1%) 2 files
*.toml42 LOC (<1%) 1 file
*.sh16 LOC (<1%) 2 files
*.properties15 LOC (<1%) 5 files
*.json1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:13