apache / iotdb-client-csharp
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
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.

main24168 LOC (90%) 97 files
test60 LOC (<1%) 4 files
generated0 LOC (0%) 0 files
build and deployment104 LOC (<1%) 4 files
other2508 LOC (9%) 16 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 97 files match defined criteria (24,168 LOC, 100.0% vs. main code):
    • 96 *.cs files (24,167 LOC)
    • 1 *.yml files (1 LOC)
  • " *.cs" is biggest, containing 100% of LOC.
  • " *.yml" is smallest, containing 0% of LOC.


*.cs24167 LOC (99%) 96 files
*.yml1 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/.*".
    • files with paths like ".*[.][Tt]ests[.].*".
  • 4 files match defined criteria (60 LOC, 0.2% vs. main code):
    • 2 *.cs files (32 LOC)
    • 2 *.csproj files (28 LOC)
  • " *.cs" is biggest, containing 53.33% of LOC.
  • " *.csproj" is smallest, containing 46.67% of LOC.


*.cs32 LOC (53%) 2 files
*.csproj28 LOC (46%) 2 files
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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/docker[-]compose[.]yml".
  • 4 files match defined criteria (104 LOC, 0.4% vs. main code):
    • 1 *.yml files (56 LOC)
    • 3 *.csproj files (48 LOC)
  • " *.yml" is biggest, containing 53.85% of LOC.
  • " *.csproj" is smallest, containing 46.15% of LOC.


*.yml56 LOC (53%) 1 file
*.csproj48 LOC (46%) 3 files
Other Code
csproj
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*/[.]dockerignore".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 16 files match defined criteria (2,508 LOC, 10.4% vs. main code):
    • 9 *.cs files (2,282 LOC)
    • 4 *.md files (179 LOC)
    • 2 *.json files (24 LOC)
    • 1 *.csproj files (23 LOC)
  • " *.cs" is biggest, containing 90.99% of LOC.
  • " *.csproj" is smallest, containing 0.92% of LOC.


*.cs2282 LOC (90%) 9 files
*.md179 LOC (7%) 4 files
*.json24 LOC (<1%) 2 files
*.csproj23 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-11 02:45