JetBrains / intellij-ui-test-robot
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
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.

main9242 LOC (87%) 134 files
test249 LOC (2%) 8 files
generated0 LOC (0%) 0 files
build and deployment70 LOC (<1%) 1 file
other1059 LOC (9%) 18 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 ".*".
  • 134 files match defined criteria (9,242 LOC, 100.0% vs. main code):
    • 116 *.kt files (7,454 LOC)
    • 1 *.ts files (1,092 LOC)
    • 8 *.kts files (346 LOC)
    • 3 *.js files (257 LOC)
    • 1 *.css files (48 LOC)
    • 5 *.xml files (45 LOC)
  • " *.kt" is biggest, containing 80.65% of LOC.
  • " *.xml" is smallest, containing 0.49% of LOC.


*.kt7454 LOC (80%) 116 files
*.ts1092 LOC (11%) 1 file
*.kts346 LOC (3%) 8 files
*.js257 LOC (2%) 3 files
*.css48 LOC (<1%) 1 file
*.xml45 LOC (<1%) 5 files
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 ".*[-]test[-].*".
    • files with paths like ".*/[Tt]est/.*".
  • 8 files match defined criteria (249 LOC, 2.7% vs. main code):
    • 2 *.kt files (74 LOC)
    • 1 *.java files (64 LOC)
    • 1 *.gradle files (58 LOC)
    • 4 *.xml files (53 LOC)
  • " *.kt" is biggest, containing 29.72% of LOC.
  • " *.xml" is smallest, containing 21.29% of LOC.


*.kt74 LOC (29%) 2 files
*.java64 LOC (25%) 1 file
*.gradle58 LOC (23%) 1 file
*.xml53 LOC (21%) 4 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 ".*[.]gradle".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 1 file matches defined criteria (70 LOC, 0.8% vs. main code). All matches are in *.bat files.


*.bat70 LOC (100%) 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 ".*/[Ee]xamples/.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 18 files match defined criteria (1,059 LOC, 11.5% vs. main code):
    • 9 *.kt files (478 LOC)
    • 3 *.md files (326 LOC)
    • 5 *.java files (252 LOC)
    • 1 *.properties files (3 LOC)
  • " *.kt" is biggest, containing 45.14% of LOC.
  • " *.properties" is smallest, containing 0.28% of LOC.


*.kt478 LOC (45%) 9 files
*.md326 LOC (30%) 3 files
*.java252 LOC (23%) 5 files
*.properties3 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:16