JetBrains / intellij-plugin-verifier
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
nuspec
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.

main44237 LOC (47%) 1,239 files
test30683 LOC (32%) 584 files
generated0 LOC (0%) 0 files
build and deployment433 LOC (<1%) 6 files
other18636 LOC (19%) 52 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 ".*".
  • 1239 files match defined criteria (44,237 LOC, 100.0% vs. main code):
    • 884 *.kt files (39,915 LOC)
    • 306 *.java files (2,798 LOC)
    • 37 *.kts files (1,171 LOC)
    • 5 *.toml files (134 LOC)
    • 5 *.xml files (124 LOC)
    • 1 *.css files (80 LOC)
    • 1 *.js files (15 LOC)
  • " *.kt" is biggest, containing 90.23% of LOC.
  • " *.js" is smallest, containing 0.03% of LOC.


*.kt39915 LOC (90%) 884 files
*.java2798 LOC (6%) 306 files
*.kts1171 LOC (2%) 37 files
*.toml134 LOC (<1%) 5 files
*.xml124 LOC (<1%) 5 files
*.css80 LOC (<1%) 1 file
*.js15 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
nuspec
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*/[Mm]ocks/.*".
    • files with paths like ".*/test[.].*".
  • 584 files match defined criteria (30,683 LOC, 69.4% vs. main code):
    • 286 *.kt files (26,198 LOC)
    • 172 *.java files (2,839 LOC)
    • 121 *.xml files (1,549 LOC)
    • 4 *.kts files (71 LOC)
    • 1 *.nuspec files (26 LOC)
  • " *.kt" is biggest, containing 85.38% of LOC.
  • " *.nuspec" is smallest, containing 0.08% of LOC.


*.kt26198 LOC (85%) 286 files
*.java2839 LOC (9%) 172 files
*.xml1549 LOC (5%) 121 files
*.kts71 LOC (<1%) 4 files
*.nuspec26 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 ".*[.]bat".
    • files with paths like ".*[.]nuspec".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 6 files match defined criteria (433 LOC, 1.0% vs. main code). All matches are in *.bat files.


*.bat433 LOC (100%) 6 files
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 ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
  • 52 files match defined criteria (18,636 LOC, 42.1% vs. main code):
    • 19 *.json files (17,246 LOC)
    • 10 *.md files (1,046 LOC)
    • 13 *.txt files (314 LOC)
    • 9 *.properties files (17 LOC)
    • 1 *.svg files (13 LOC)
  • " *.json" is biggest, containing 92.54% of LOC.
  • " *.svg" is smallest, containing 0.07% of LOC.


*.json17246 LOC (92%) 19 files
*.md1046 LOC (5%) 10 files
*.txt314 LOC (1%) 13 files
*.properties17 LOC (<1%) 9 files
*.svg13 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:36