JetBrains / js-graphql-intellij-plugin
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
properties
gitattributes
flex
mjs
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.

main47446 LOC (51%) 628 files
test20200 LOC (22%) 546 files
generated6475 LOC (7%) 153 files
build and deployment70 LOC (<1%) 1 file
other17276 LOC (18%) 103 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
flex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 628 files match defined criteria (47,446 LOC, 100.0% vs. main code):
    • 445 *.java files (36,519 LOC)
    • 149 *.kt files (9,540 LOC)
    • 5 *.graphql files (739 LOC)
    • 3 *.js files (185 LOC)
    • 1 *.flex files (114 LOC)
    • 7 *.xml files (96 LOC)
    • 2 *.kts files (96 LOC)
    • 14 *.html files (70 LOC)
    • 1 *.css files (59 LOC)
    • 1 *.yaml files (28 LOC)
  • " *.java" is biggest, containing 76.97% of LOC.
  • " *.yaml" is smallest, containing 0.06% of LOC.


*.java36519 LOC (76%) 445 files
*.kt9540 LOC (20%) 149 files
*.graphql739 LOC (1%) 5 files
*.js185 LOC (<1%) 3 files
*.flex114 LOC (<1%) 1 file
*.xml96 LOC (<1%) 7 files
*.kts96 LOC (<1%) 2 files
*.html70 LOC (<1%) 14 files
*.css59 LOC (<1%) 1 file
*.yaml28 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[.].*".
    • files with paths like ".*__tests__.*".
  • 546 files match defined criteria (20,200 LOC, 42.6% vs. main code):
    • 435 *.graphql files (16,225 LOC)
    • 39 *.kt files (3,118 LOC)
    • 53 *.js files (640 LOC)
    • 3 *.vue files (61 LOC)
    • 8 *.ts files (54 LOC)
    • 5 *.html files (51 LOC)
    • 3 *.graphqls files (51 LOC)
  • " *.graphql" is biggest, containing 80.32% of LOC.
  • " *.graphqls" is smallest, containing 0.25% of LOC.


*.graphql16225 LOC (80%) 435 files
*.kt3118 LOC (15%) 39 files
*.js640 LOC (3%) 53 files
*.vue61 LOC (<1%) 3 files
*.ts54 LOC (<1%) 8 files
*.html51 LOC (<1%) 5 files
*.graphqls51 LOC (<1%) 3 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 ".*/src/gen/.*".
    • files with paths like ".*[.]java" AND any line of content like ".*[/][/] This is a generated file[.] Not intended for manual editing[.].*".
    • files with any line of content like "//[ ]*Generated by .*".
  • 153 files match defined criteria (6,475 LOC, 13.6% vs. main code):
    • 150 *.java files (6,108 LOC)
    • 3 *.kt files (367 LOC)
  • " *.java" is biggest, containing 94.33% of LOC.
  • " *.kt" is smallest, containing 5.67% of LOC.


*.java6108 LOC (94%) 150 files
*.kt367 LOC (5%) 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[.]json".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 1 file matches defined criteria (70 LOC, 0.1% vs. main code). All matches are in *.bat files.


*.bat70 LOC (100%) 1 file
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 ".*/[Dd]ocumentation/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
  • 103 files match defined criteria (17,276 LOC, 36.4% vs. main code):
    • 22 *.json files (13,310 LOC)
    • 10 *.txt files (1,873 LOC)
    • 3 *.md files (800 LOC)
    • 48 *.svg files (585 LOC)
    • 2 *.kt files (294 LOC)
    • 2 *.properties files (242 LOC)
    • 7 *.graphql files (84 LOC)
    • 2 *.java files (60 LOC)
    • 7 *.html files (28 LOC)
  • " *.json" is biggest, containing 77.04% of LOC.
  • " *.html" is smallest, containing 0.16% of LOC.


*.json13310 LOC (77%) 22 files
*.txt1873 LOC (10%) 10 files
*.md800 LOC (4%) 3 files
*.svg585 LOC (3%) 48 files
*.kt294 LOC (1%) 2 files
*.properties242 LOC (1%) 2 files
*.graphql84 LOC (<1%) 7 files
*.java60 LOC (<1%) 2 files
*.html28 LOC (<1%) 7 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:45