JetBrains / qodana-action
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
prettierignore
properties
gitattributes
txt
eslintignore
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.

main3742 LOC (11%) 28 files
test1042 LOC (3%) 14 files
generated12732 LOC (40%) 3 files
build and deployment82 LOC (<1%) 2 files
other13967 LOC (44%) 26 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 ".*".
  • 28 files match defined criteria (3,742 LOC, 100.0% vs. main code):
    • 15 *.ts files (2,870 LOC)
    • 7 *.kt files (467 LOC)
    • 1 *.js files (192 LOC)
    • 3 *.kts files (123 LOC)
    • 1 *.yaml files (75 LOC)
    • 1 *.toml files (15 LOC)
  • " *.ts" is biggest, containing 76.7% of LOC.
  • " *.toml" is smallest, containing 0.4% of LOC.


*.ts2870 LOC (76%) 15 files
*.kt467 LOC (12%) 7 files
*.js192 LOC (5%) 1 file
*.kts123 LOC (3%) 3 files
*.yaml75 LOC (2%) 1 file
*.toml15 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[.].*".
    • files with paths like ".*__tests__.*".
    • files with paths like ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*/[Tt]est/.*".
  • 14 files match defined criteria (1,042 LOC, 27.8% vs. main code):
    • 7 *.ts files (859 LOC)
    • 3 *.kt files (135 LOC)
    • 4 *.js files (48 LOC)
  • " *.ts" is biggest, containing 82.44% of LOC.
  • " *.js" is smallest, containing 4.61% of LOC.


*.ts859 LOC (82%) 7 files
*.kt135 LOC (12%) 3 files
*.js48 LOC (4%) 4 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 3 files match defined criteria (12,732 LOC, 340.2% vs. main code). All matches are in *.json files.


*.json12732 LOC (100%) 3 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 ".*/package[-]lock[.]json".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/[.]gitattributes".
  • 2 files match defined criteria (82 LOC, 2.2% vs. main code):
    • 1 *.bat files (71 LOC)
    • 1 *.sh files (11 LOC)
  • " *.bat" is biggest, containing 86.59% of LOC.
  • " *.sh" is smallest, containing 13.41% of LOC.


*.bat71 LOC (86%) 1 file
*.sh11 LOC (13%) 1 file
Other Code
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 ".*/[.]prettierignore".
    • files with paths like ".*/[.]eslintignore".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 26 files match defined criteria (13,967 LOC, 373.2% vs. main code):
    • 20 *.json files (13,377 LOC)
    • 5 *.md files (551 LOC)
    • 1 *.properties files (39 LOC)
  • " *.json" is biggest, containing 95.78% of LOC.
  • " *.properties" is smallest, containing 0.28% of LOC.


*.json13377 LOC (95%) 20 files
*.md551 LOC (3%) 5 files
*.properties39 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:17