azure / azure-functions-rabbitmq-extension
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
editorconfig
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.

main972 LOC (45%) 29 files
test751 LOC (35%) 14 files
generated0 LOC (0%) 0 files
build and deployment210 LOC (9%) 4 files
other189 LOC (8%) 7 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 ".*".
  • 29 files match defined criteria (972 LOC, 100.0% vs. main code):
    • 27 *.cs files (942 LOC)
    • 2 *.java files (30 LOC)
  • " *.cs" is biggest, containing 96.91% of LOC.
  • " *.java" is smallest, containing 3.09% of LOC.


*.cs942 LOC (96%) 27 files
*.java30 LOC (3%) 2 files
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]est/.*".
  • 14 files match defined criteria (751 LOC, 77.3% vs. main code):
    • 11 *.cs files (677 LOC)
    • 1 *.csproj files (38 LOC)
    • 2 *.java files (36 LOC)
  • " *.cs" is biggest, containing 90.15% of LOC.
  • " *.java" is smallest, containing 4.79% of LOC.


*.cs677 LOC (90%) 11 files
*.csproj38 LOC (5%) 1 file
*.java36 LOC (4%) 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 ".*[.]bat".
    • files with paths like ".*/pom[.]xml".
  • 4 files match defined criteria (210 LOC, 21.6% vs. main code):
    • 1 *.xml files (121 LOC)
    • 2 *.csproj files (88 LOC)
    • 1 *.bat files (1 LOC)
  • " *.xml" is biggest, containing 57.62% of LOC.
  • " *.bat" is smallest, containing 0.48% of LOC.


*.xml121 LOC (57%) 1 file
*.csproj88 LOC (41%) 2 files
*.bat1 LOC (<1%) 1 file
Other Code
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 ".*/[.]gitignore".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]txt".
  • 7 files match defined criteria (189 LOC, 19.4% vs. main code):
    • 4 *.md files (159 LOC)
    • 3 *.json files (30 LOC)
  • " *.md" is biggest, containing 84.13% of LOC.
  • " *.json" is smallest, containing 15.87% of LOC.


*.md159 LOC (84%) 4 files
*.json30 LOC (15%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 21:48