JetBrains / resharper-rider-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
csproj
props
cmd
properties
gitattributes
txt
nuspec
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.

main450 LOC (59%) 14 files
test37 LOC (4%) 2 files
generated0 LOC (0%) 0 files
build and deployment169 LOC (22%) 4 files
other102 LOC (13%) 6 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
props
cmd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 14 files match defined criteria (450 LOC, 100.0% vs. main code):
    • 3 *.kts files (241 LOC)
    • 4 *.ps1 files (124 LOC)
    • 2 *.props files (44 LOC)
    • 2 *.cmd files (14 LOC)
    • 1 *.cs files (11 LOC)
    • 1 *.xml files (8 LOC)
    • 1 *.toml files (8 LOC)
  • " *.kts" is biggest, containing 53.56% of LOC.
  • " *.toml" is smallest, containing 1.78% of LOC.


*.kts241 LOC (53%) 3 files
*.ps1124 LOC (27%) 4 files
*.props44 LOC (9%) 2 files
*.cmd14 LOC (3%) 2 files
*.cs11 LOC (2%) 1 file
*.xml8 LOC (1%) 1 file
*.toml8 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]ests[.].*".
  • 2 files match defined criteria (37 LOC, 8.2% vs. main code):
    • 1 *.csproj files (19 LOC)
    • 1 *.cs files (18 LOC)
  • " *.csproj" is biggest, containing 51.35% of LOC.
  • " *.cs" is smallest, containing 48.65% of LOC.


*.csproj19 LOC (51%) 1 file
*.cs18 LOC (48%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
csproj
nuspec
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".
    • files with paths like ".*[.]nuspec".
  • 4 files match defined criteria (169 LOC, 37.6% vs. main code):
    • 1 *.bat files (122 LOC)
    • 2 *.csproj files (29 LOC)
    • 1 *.nuspec files (18 LOC)
  • " *.bat" is biggest, containing 72.19% of LOC.
  • " *.nuspec" is smallest, containing 10.65% of LOC.


*.bat122 LOC (72%) 1 file
*.csproj29 LOC (17%) 2 files
*.nuspec18 LOC (10%) 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 ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 6 files match defined criteria (102 LOC, 22.7% vs. main code):
    • 4 *.md files (79 LOC)
    • 1 *.properties files (21 LOC)
    • 1 *.json files (2 LOC)
  • " *.md" is biggest, containing 77.45% of LOC.
  • " *.json" is smallest, containing 1.96% of LOC.


*.md79 LOC (77%) 4 files
*.properties21 LOC (20%) 1 file
*.json2 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:59