azure / azure-service-bus-emulator-installer
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
mod
properties
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.

main391 LOC (15%) 7 files
test0 LOC (0%) 0 files
generated512 LOC (20%) 1 file
build and deployment376 LOC (14%) 6 files
other1228 LOC (48%) 12 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 ".*".
  • 7 files match defined criteria (391 LOC, 100.0% vs. main code):
    • 2 *.cs files (176 LOC)
    • 1 *.ps1 files (83 LOC)
    • 1 *.go files (50 LOC)
    • 1 *.java files (30 LOC)
    • 1 *.js files (29 LOC)
    • 1 *.py files (23 LOC)
  • " *.cs" is biggest, containing 45.01% of LOC.
  • " *.py" is smallest, containing 5.88% of LOC.


*.cs176 LOC (45%) 2 files
*.ps183 LOC (21%) 1 file
*.go50 LOC (12%) 1 file
*.java30 LOC (7%) 1 file
*.js29 LOC (7%) 1 file
*.py23 LOC (5%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 1 file matches defined criteria (512 LOC, 130.9% vs. main code). All matches are in *.json files.


*.json512 LOC (100%) 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]csproj".
  • 6 files match defined criteria (376 LOC, 96.2% vs. main code):
    • 3 *.sh files (318 LOC)
    • 2 *.csproj files (33 LOC)
    • 1 *.xml files (25 LOC)
  • " *.sh" is biggest, containing 84.57% of LOC.
  • " *.xml" is smallest, containing 6.65% of LOC.


*.sh318 LOC (84%) 3 files
*.csproj33 LOC (8%) 2 files
*.xml25 LOC (6%) 1 file
Other Code
txt
mod
properties
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 ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/go[.]mod".
  • 12 files match defined criteria (1,228 LOC, 314.1% vs. main code):
    • 4 *.json files (1,033 LOC)
    • 5 *.md files (142 LOC)
    • 1 *.txt files (38 LOC)
    • 1 *.mod files (11 LOC)
    • 1 *.properties files (4 LOC)
  • " *.json" is biggest, containing 84.12% of LOC.
  • " *.properties" is smallest, containing 0.33% of LOC.


*.json1033 LOC (84%) 4 files
*.md142 LOC (11%) 5 files
*.txt38 LOC (3%) 1 file
*.mod11 LOC (<1%) 1 file
*.properties4 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 23:19