JetBrains / symbol-storage
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
targets
txt
plist
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.

main4357 LOC (65%) 58 files
test2054 LOC (30%) 14 files
generated0 LOC (0%) 0 files
build and deployment237 LOC (3%) 4 files
other54 LOC (<1%) 3 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
targets
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 58 files match defined criteria (4,357 LOC, 100.0% vs. main code):
    • 55 *.cs files (4,167 LOC)
    • 1 *.ps1 files (176 LOC)
    • 1 *.targets files (10 LOC)
    • 1 *.xml files (4 LOC)
  • " *.cs" is biggest, containing 95.64% of LOC.
  • " *.xml" is smallest, containing 0.09% of LOC.


*.cs4167 LOC (95%) 55 files
*.ps1176 LOC (4%) 1 file
*.targets10 LOC (<1%) 1 file
*.xml4 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/.*".
  • 14 files match defined criteria (2,054 LOC, 47.1% vs. main code):
    • 13 *.cs files (2,038 LOC)
    • 1 *.csproj files (16 LOC)
  • " *.cs" is biggest, containing 99.22% of LOC.
  • " *.csproj" is smallest, containing 0.78% of LOC.


*.cs2038 LOC (99%) 13 files
*.csproj16 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 4 files match defined criteria (237 LOC, 5.4% vs. main code):
    • 1 *.sh files (194 LOC)
    • 3 *.csproj files (43 LOC)
  • " *.sh" is biggest, containing 81.86% of LOC.
  • " *.csproj" is smallest, containing 18.14% of LOC.


*.sh194 LOC (81%) 1 file
*.csproj43 LOC (18%) 3 files
Other Code
plist
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 ".*[.]plist".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 3 files match defined criteria (54 LOC, 1.2% vs. main code):
    • 2 *.md files (38 LOC)
    • 1 *.plist files (16 LOC)
  • " *.md" is biggest, containing 70.37% of LOC.
  • " *.plist" is smallest, containing 29.63% of LOC.


*.md38 LOC (70%) 2 files
*.plist16 LOC (29%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:18