JetBrains / open-radiant
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
elm
txt
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.

main15519 LOC (49%) 94 files
test0 LOC (0%) 0 files
generated7353 LOC (23%) 1 file
build and deployment124 LOC (<1%) 3 files
other8649 LOC (27%) 35 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
elm
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 94 files match defined criteria (15,519 LOC, 100.0% vs. main code):
    • 72 *.elm files (12,425 LOC)
    • 16 *.js files (2,266 LOC)
    • 2 *.c files (445 LOC)
    • 2 *.css files (359 LOC)
    • 2 *.html files (24 LOC)
  • " *.elm" is biggest, containing 80.06% of LOC.
  • " *.html" is smallest, containing 0.15% of LOC.


*.elm12425 LOC (80%) 72 files
*.js2266 LOC (14%) 16 files
*.c445 LOC (2%) 2 files
*.css359 LOC (2%) 2 files
*.html24 LOC (<1%) 2 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".
  • 1 file matches defined criteria (7,353 LOC, 47.4% vs. main code). All matches are in *.json files.


*.json7353 LOC (100%) 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 ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (124 LOC, 0.8% vs. main code):
    • 2 *.js files (123 LOC)
    • 1 *.sh files (1 LOC)
  • " *.js" is biggest, containing 99.19% of LOC.
  • " *.sh" is smallest, containing 0.81% of LOC.


*.js123 LOC (99%) 2 files
*.sh1 LOC (<1%) 1 file
Other Code
txt
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 ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]dockerignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
  • 35 files match defined criteria (8,649 LOC, 55.7% vs. main code):
    • 4 *.json files (7,451 LOC)
    • 26 *.svg files (754 LOC)
    • 4 *.md files (438 LOC)
    • 1 *.txt files (6 LOC)
  • " *.json" is biggest, containing 86.15% of LOC.
  • " *.txt" is smallest, containing 0.07% of LOC.


*.json7451 LOC (86%) 4 files
*.svg754 LOC (8%) 26 files
*.md438 LOC (5%) 4 files
*.txt6 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:11