JetBrains / rider-efcore
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
targets
props
csproj
gitattributes
editorconfig
dotsettings
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.

main5787 LOC (88%) 147 files
test78 LOC (1%) 8 files
generated0 LOC (0%) 0 files
build and deployment161 LOC (2%) 2 files
other535 LOC (8%) 5 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
props
targets
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 147 files match defined criteria (5,787 LOC, 100.0% vs. main code):
    • 114 *.kt files (4,481 LOC)
    • 25 *.cs files (905 LOC)
    • 3 *.kts files (345 LOC)
    • 2 *.props files (36 LOC)
    • 1 *.xml files (9 LOC)
    • 1 *.targets files (9 LOC)
    • 1 *.toml files (2 LOC)
  • " *.kt" is biggest, containing 77.43% of LOC.
  • " *.toml" is smallest, containing 0.03% of LOC.


*.kt4481 LOC (77%) 114 files
*.cs905 LOC (15%) 25 files
*.kts345 LOC (5%) 3 files
*.props36 LOC (<1%) 2 files
*.xml9 LOC (<1%) 1 file
*.targets9 LOC (<1%) 1 file
*.toml2 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
csproj
targets
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.][Tt]ests/.*".
    • files with paths like ".*[.][Tt]ests[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
  • 8 files match defined criteria (78 LOC, 1.3% vs. main code):
    • 1 *.csproj files (26 LOC)
    • 2 *.kt files (20 LOC)
    • 2 *.xml files (19 LOC)
    • 2 *.cs files (8 LOC)
    • 1 *.targets files (5 LOC)
  • " *.csproj" is biggest, containing 33.33% of LOC.
  • " *.targets" is smallest, containing 6.41% of LOC.


*.csproj26 LOC (33%) 1 file
*.kt20 LOC (25%) 2 files
*.xml19 LOC (24%) 2 files
*.cs8 LOC (10%) 2 files
*.targets5 LOC (6%) 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]csproj".
    • files with paths like ".*[.]bat".
    • files with paths like ".*/[.]gitattributes".
  • 2 files match defined criteria (161 LOC, 2.8% vs. main code):
    • 1 *.bat files (131 LOC)
    • 1 *.csproj files (30 LOC)
  • " *.bat" is biggest, containing 81.37% of LOC.
  • " *.csproj" is smallest, containing 18.63% of LOC.


*.bat131 LOC (81%) 1 file
*.csproj30 LOC (18%) 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 ".*[.]editorconfig".
    • files with paths like ".*[.]txt".
  • 5 files match defined criteria (535 LOC, 9.2% vs. main code):
    • 3 *.md files (339 LOC)
    • 2 *.properties files (196 LOC)
  • " *.md" is biggest, containing 63.36% of LOC.
  • " *.properties" is smallest, containing 36.64% of LOC.


*.md339 LOC (63%) 3 files
*.properties196 LOC (36%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:22