azure / azure-multiapi-storage-python
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
in
ini
cfg
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.

main134472 LOC (63%) 565 files
test0 LOC (0%) 0 files
generated77614 LOC (36%) 229 files
build and deployment47 LOC (<1%) 2 files
other289 LOC (<1%) 6 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
in
cfg
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 565 files match defined criteria (134,472 LOC, 100.0% vs. main code):
    • 563 *.py files (134,468 LOC)
    • 1 *.in files (2 LOC)
    • 1 *.cfg files (2 LOC)
  • " *.py" is biggest, containing 100% of LOC.
  • " *.cfg" is smallest, containing 0% of LOC.


*.py134468 LOC (99%) 563 files
*.in2 LOC (<1%) 1 file
*.cfg2 LOC (<1%) 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 ".*/_generated/.*".
  • 229 files match defined criteria (77,614 LOC, 57.7% vs. main code). All matches are in *.py files.


*.py77614 LOC (100%) 229 files
Build and Deployment Code
Source code used to configure or support build and deployment process.
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".
  • 2 files match defined criteria (47 LOC, 0.0% vs. main code). All matches are in *.sh files.


*.sh47 LOC (100%) 2 files
Other Code
ini
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.](rst|rest|resttxt|rsttxt)".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]ini".
  • 6 files match defined criteria (289 LOC, 0.2% vs. main code):
    • 1 *.rst files (202 LOC)
    • 3 *.md files (70 LOC)
    • 1 *.ini files (10 LOC)
    • 1 *.txt files (7 LOC)
  • " *.rst" is biggest, containing 69.9% of LOC.
  • " *.txt" is smallest, containing 2.42% of LOC.


*.rst202 LOC (69%) 1 file
*.md70 LOC (24%) 3 files
*.ini10 LOC (3%) 1 file
*.txt7 LOC (2%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 21:23