JetBrains / SharpZipLib
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
txt
csproj
resx
vbproj
cmd
xaml
gitattributes
editorconfig
nuspec
ejs
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.

main19433 LOC (56%) 95 files
test8525 LOC (24%) 34 files
generated0 LOC (0%) 0 files
build and deployment88 LOC (<1%) 5 files
other6390 LOC (18%) 71 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
ejs
cmd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 95 files match defined criteria (19,433 LOC, 100.0% vs. main code):
    • 83 *.cs files (18,847 LOC)
    • 1 *.xml files (366 LOC)
    • 7 *.ps1 files (131 LOC)
    • 1 *.js files (59 LOC)
    • 1 *.ejs files (28 LOC)
    • 2 *.cmd files (2 LOC)
  • " *.cs" is biggest, containing 96.98% of LOC.
  • " *.cmd" is smallest, containing 0.01% of LOC.


*.cs18847 LOC (96%) 83 files
*.xml366 LOC (1%) 1 file
*.ps1131 LOC (<1%) 7 files
*.js59 LOC (<1%) 1 file
*.ejs28 LOC (<1%) 1 file
*.cmd2 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
csproj
cmd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[-]tests[-].*".
    • files with paths like ".*[-]test[-].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[.][Tt]ests/.*".
    • files with paths like ".*[.][Tt]ests[.].*".
  • 34 files match defined criteria (8,525 LOC, 43.9% vs. main code):
    • 31 *.cs files (8,492 LOC)
    • 1 *.csproj files (31 LOC)
    • 2 *.cmd files (2 LOC)
  • " *.cs" is biggest, containing 99.61% of LOC.
  • " *.cmd" is smallest, containing 0.02% of LOC.


*.cs8492 LOC (99%) 31 files
*.csproj31 LOC (<1%) 1 file
*.cmd2 LOC (<1%) 2 files
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 ".*[.]vbproj".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]nuspec".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 5 files match defined criteria (88 LOC, 0.5% vs. main code):
    • 2 *.csproj files (52 LOC)
    • 1 *.nuspec files (30 LOC)
    • 2 *.bat files (6 LOC)
  • " *.csproj" is biggest, containing 59.09% of LOC.
  • " *.bat" is smallest, containing 6.82% of LOC.


*.csproj52 LOC (59%) 2 files
*.nuspec30 LOC (34%) 1 file
*.bat6 LOC (6%) 2 files
Other Code
csproj
vbproj
txt
xaml
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 ".*/[Ss]amples/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
  • 71 files match defined criteria (6,390 LOC, 32.9% vs. main code):
    • 23 *.cs files (3,723 LOC)
    • 11 *.csproj files (1,060 LOC)
    • 17 *.vb files (807 LOC)
    • 5 *.vbproj files (650 LOC)
    • 8 *.txt files (64 LOC)
    • 4 *.md files (51 LOC)
    • 2 *.xaml files (30 LOC)
    • 1 *.json files (5 LOC)
  • " *.cs" is biggest, containing 58.26% of LOC.
  • " *.json" is smallest, containing 0.08% of LOC.


*.cs3723 LOC (58%) 23 files
*.csproj1060 LOC (16%) 11 files
*.vb807 LOC (12%) 17 files
*.vbproj650 LOC (10%) 5 files
*.txt64 LOC (1%) 8 files
*.md51 LOC (<1%) 4 files
*.xaml30 LOC (<1%) 2 files
*.json5 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:47