azure / logicapps
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
gitattributes
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.

main1292 LOC (9%) 16 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment130 LOC (<1%) 6 files
other11833 LOC (89%) 121 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 ".*".
  • 16 files match defined criteria (1,292 LOC, 100.0% vs. main code):
    • 8 *.cs files (638 LOC)
    • 2 *.py files (356 LOC)
    • 6 *.ps1 files (298 LOC)
  • " *.cs" is biggest, containing 49.38% of LOC.
  • " *.ps1" is smallest, containing 23.07% of LOC.


*.cs638 LOC (49%) 8 files
*.py356 LOC (27%) 2 files
*.ps1298 LOC (23%) 6 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]csproj".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/[.]gitattributes".
  • 6 files match defined criteria (130 LOC, 10.1% vs. main code):
    • 4 *.sh files (98 LOC)
    • 2 *.csproj files (32 LOC)
  • " *.sh" is biggest, containing 75.38% of LOC.
  • " *.csproj" is smallest, containing 24.62% of LOC.


*.sh98 LOC (75%) 4 files
*.csproj32 LOC (24%) 2 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]dockerignore".
  • 121 files match defined criteria (11,833 LOC, 915.9% vs. main code):
    • 99 *.json files (10,510 LOC)
    • 20 *.md files (1,309 LOC)
    • 2 *.txt files (14 LOC)
  • " *.json" is biggest, containing 88.82% of LOC.
  • " *.txt" is smallest, containing 0.12% of LOC.


*.json10510 LOC (88%) 99 files
*.md1309 LOC (11%) 20 files
*.txt14 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 21:20