JetBrains / EnhancedUnrealEngineDocumentation
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
props
properties
gitattributes
txt
csproj
gitmodules
cmd
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.

main773 LOC (76%) 13 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment142 LOC (14%) 2 files
other98 LOC (9%) 5 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cmd
props
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 13 files match defined criteria (773 LOC, 100.0% vs. main code):
    • 5 *.cs files (272 LOC)
    • 2 *.kts files (248 LOC)
    • 1 *.cmd files (204 LOC)
    • 3 *.props files (29 LOC)
    • 1 *.toml files (11 LOC)
    • 1 *.xml files (9 LOC)
  • " *.cs" is biggest, containing 35.19% of LOC.
  • " *.xml" is smallest, containing 1.16% of LOC.


*.cs272 LOC (35%) 5 files
*.kts248 LOC (32%) 2 files
*.cmd204 LOC (26%) 1 file
*.props29 LOC (3%) 3 files
*.toml11 LOC (1%) 1 file
*.xml9 LOC (1%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
csproj
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]csproj".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitmodules".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 2 files match defined criteria (142 LOC, 18.4% vs. main code):
    • 1 *.bat files (122 LOC)
    • 1 *.csproj files (20 LOC)
  • " *.bat" is biggest, containing 85.92% of LOC.
  • " *.csproj" is smallest, containing 14.08% of LOC.


*.bat122 LOC (85%) 1 file
*.csproj20 LOC (14%) 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 ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 5 files match defined criteria (98 LOC, 12.7% vs. main code):
    • 3 *.md files (72 LOC)
    • 2 *.properties files (26 LOC)
  • " *.md" is biggest, containing 73.47% of LOC.
  • " *.properties" is smallest, containing 26.53% of LOC.


*.md72 LOC (73%) 3 files
*.properties26 LOC (26%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:23