JetBrains / ij-perf-report-aggregator
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
mod
editorconfig
tpl
mjs
properties
prettierignore
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.

main44635 LOC (78%) 429 files
test3966 LOC (6%) 31 files
generated0 LOC (0%) 0 files
build and deployment5038 LOC (8%) 3 files
other3068 LOC (5%) 18 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mjs
tpl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 429 files match defined criteria (44,635 LOC, 100.0% vs. main code):
    • 183 *.vue files (21,096 LOC)
    • 105 *.go files (11,460 LOC)
    • 99 *.ts files (9,732 LOC)
    • 7 *.css files (972 LOC)
    • 10 *.yaml files (638 LOC)
    • 18 *.sql files (368 LOC)
    • 4 *.xml files (214 LOC)
    • 1 *.mjs files (116 LOC)
    • 1 *.html files (27 LOC)
    • 1 *.tpl files (12 LOC)
  • " *.vue" is biggest, containing 47.26% of LOC.
  • " *.tpl" is smallest, containing 0.03% of LOC.


*.vue21096 LOC (47%) 183 files
*.go11460 LOC (25%) 105 files
*.ts9732 LOC (21%) 99 files
*.css972 LOC (2%) 7 files
*.yaml638 LOC (1%) 10 files
*.sql368 LOC (<1%) 18 files
*.xml214 LOC (<1%) 4 files
*.mjs116 LOC (<1%) 1 file
*.html27 LOC (<1%) 1 file
*.tpl12 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 ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*[-]tests[-].*".
    • files with paths like ".*UnitTests[.][a-zA-Z0-9_]+".
    • files with paths like ".*_test[.].*".
  • 31 files match defined criteria (3,966 LOC, 8.9% vs. main code):
    • 1 *.js files (1,707 LOC)
    • 17 *.ts files (1,139 LOC)
    • 12 *.go files (980 LOC)
    • 1 *.vue files (140 LOC)
  • " *.js" is biggest, containing 43.04% of LOC.
  • " *.vue" is smallest, containing 3.53% of LOC.


*.js1707 LOC (43%) 1 file
*.ts1139 LOC (28%) 17 files
*.go980 LOC (24%) 12 files
*.vue140 LOC (3%) 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pnpm.*[.]ya?ml".
    • files with paths like ".*[.]sh".
  • 3 files match defined criteria (5,038 LOC, 11.3% vs. main code):
    • 2 *.yaml files (5,030 LOC)
    • 1 *.sh files (8 LOC)
  • " *.yaml" is biggest, containing 99.84% of LOC.
  • " *.sh" is smallest, containing 0.16% of LOC.


*.yaml5030 LOC (99%) 2 files
*.sh8 LOC (<1%) 1 file
Other Code
properties
mod
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*/go[.]mod".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]dockerignore".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]prettierignore".
  • 18 files match defined criteria (3,068 LOC, 6.9% vs. main code):
    • 1 *.properties files (2,029 LOC)
    • 9 *.json files (765 LOC)
    • 1 *.mod files (176 LOC)
    • 1 *.txt files (54 LOC)
    • 4 *.md files (42 LOC)
    • 2 *.svg files (2 LOC)
  • " *.properties" is biggest, containing 66.13% of LOC.
  • " *.svg" is smallest, containing 0.07% of LOC.


*.properties2029 LOC (66%) 1 file
*.json765 LOC (24%) 9 files
*.mod176 LOC (5%) 1 file
*.txt54 LOC (1%) 1 file
*.md42 LOC (1%) 4 files
*.svg2 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:08