JetBrains / teamcity-unreal-engine-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
properties
gitattributes
editorconfig
babelrc
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.

main8440 LOC (53%) 200 files
test6586 LOC (42%) 62 files
generated0 LOC (0%) 0 files
build and deployment85 LOC (<1%) 3 files
other567 LOC (3%) 12 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 ".*".
  • 200 files match defined criteria (8,440 LOC, 100.0% vs. main code):
    • 162 *.kt files (6,882 LOC)
    • 6 *.xml files (626 LOC)
    • 15 *.jsp files (379 LOC)
    • 8 *.kts files (322 LOC)
    • 2 *.tsx files (94 LOC)
    • 3 *.ts files (69 LOC)
    • 2 *.toml files (55 LOC)
    • 1 *.js files (10 LOC)
    • 1 *.css files (3 LOC)
  • " *.kt" is biggest, containing 81.54% of LOC.
  • " *.css" is smallest, containing 0.04% of LOC.


*.kt6882 LOC (81%) 162 files
*.xml626 LOC (7%) 6 files
*.jsp379 LOC (4%) 15 files
*.kts322 LOC (3%) 8 files
*.tsx94 LOC (1%) 2 files
*.ts69 LOC (<1%) 3 files
*.toml55 LOC (<1%) 2 files
*.js10 LOC (<1%) 1 file
*.css3 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]est/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 62 files match defined criteria (6,586 LOC, 78.0% vs. main code). All matches are in *.kt files.


*.kt6586 LOC (100%) 62 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*/[.]gitattributes".
  • 3 files match defined criteria (85 LOC, 1.0% vs. main code):
    • 1 *.bat files (73 LOC)
    • 1 *.js files (8 LOC)
    • 1 *.sh files (4 LOC)
  • " *.bat" is biggest, containing 85.88% of LOC.
  • " *.sh" is smallest, containing 4.71% of LOC.


*.bat73 LOC (85%) 1 file
*.js8 LOC (9%) 1 file
*.sh4 LOC (4%) 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 ".*/[.]dockerignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]txt".
  • 12 files match defined criteria (567 LOC, 6.7% vs. main code):
    • 6 *.md files (503 LOC)
    • 2 *.json files (60 LOC)
    • 3 *.properties files (3 LOC)
    • 1 *.svg files (1 LOC)
  • " *.md" is biggest, containing 88.71% of LOC.
  • " *.svg" is smallest, containing 0.18% of LOC.


*.md503 LOC (88%) 6 files
*.json60 LOC (10%) 2 files
*.properties3 LOC (<1%) 3 files
*.svg1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:35