JetBrains / rider-trx-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
txt
csproj
gitattributes
editorconfig
props
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.

main1539 LOC (75%) 36 files
test193 LOC (9%) 3 files
generated0 LOC (0%) 0 files
build and deployment125 LOC (6%) 2 files
other177 LOC (8%) 7 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 ".*".
  • 36 files match defined criteria (1,539 LOC, 100.0% vs. main code):
    • 13 *.cs files (681 LOC)
    • 3 *.kts files (262 LOC)
    • 12 *.kt files (252 LOC)
    • 1 *.cmd files (178 LOC)
    • 4 *.ps1 files (100 LOC)
    • 1 *.xml files (30 LOC)
    • 1 *.props files (23 LOC)
    • 1 *.toml files (13 LOC)
  • " *.cs" is biggest, containing 44.25% of LOC.
  • " *.toml" is smallest, containing 0.84% of LOC.


*.cs681 LOC (44%) 13 files
*.kts262 LOC (17%) 3 files
*.kt252 LOC (16%) 12 files
*.cmd178 LOC (11%) 1 file
*.ps1100 LOC (6%) 4 files
*.xml30 LOC (1%) 1 file
*.props23 LOC (1%) 1 file
*.toml13 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
csproj
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*/[Tt]est/.*".
  • 3 files match defined criteria (193 LOC, 12.5% vs. main code):
    • 1 *.cs files (124 LOC)
    • 1 *.kt files (49 LOC)
    • 1 *.csproj files (20 LOC)
  • " *.cs" is biggest, containing 64.25% of LOC.
  • " *.csproj" is smallest, containing 10.36% of LOC.


*.cs124 LOC (64%) 1 file
*.kt49 LOC (25%) 1 file
*.csproj20 LOC (10%) 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 ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 2 files match defined criteria (125 LOC, 8.1% vs. main code):
    • 1 *.bat files (122 LOC)
    • 1 *.csproj files (3 LOC)
  • " *.bat" is biggest, containing 97.6% of LOC.
  • " *.csproj" is smallest, containing 2.4% of LOC.


*.bat122 LOC (97%) 1 file
*.csproj3 LOC (2%) 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 ".*[.]editorconfig".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
  • 7 files match defined criteria (177 LOC, 11.5% vs. main code):
    • 2 *.md files (82 LOC)
    • 1 *.txt files (41 LOC)
    • 1 *.json files (27 LOC)
    • 2 *.properties files (21 LOC)
    • 1 *.svg files (6 LOC)
  • " *.md" is biggest, containing 46.33% of LOC.
  • " *.svg" is smallest, containing 3.39% of LOC.


*.md82 LOC (46%) 2 files
*.txt41 LOC (23%) 1 file
*.json27 LOC (15%) 1 file
*.properties21 LOC (11%) 2 files
*.svg6 LOC (3%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:34