azure / arc_jumpstart_drops
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
xsd
wsdl
ini
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.

main23966 LOC (76%) 77 files
test90 LOC (<1%) 2 files
generated0 LOC (0%) 0 files
build and deployment529 LOC (1%) 9 files
other6895 LOC (21%) 126 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
wsdl
xsd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 77 files match defined criteria (23,966 LOC, 100.0% vs. main code):
    • 4 *.wsdl files (8,929 LOC)
    • 5 *.xsd files (8,927 LOC)
    • 6 *.cpp files (2,165 LOC)
    • 7 *.c files (1,171 LOC)
    • 16 *.py files (809 LOC)
    • 19 *.yaml files (765 LOC)
    • 5 *.ps1 files (483 LOC)
    • 10 *.h files (398 LOC)
    • 2 *.css files (174 LOC)
    • 2 *.html files (108 LOC)
    • 1 *.js files (37 LOC)
  • " *.wsdl" is biggest, containing 37.26% of LOC.
  • " *.js" is smallest, containing 0.15% of LOC.


*.wsdl8929 LOC (37%) 4 files
*.xsd8927 LOC (37%) 5 files
*.cpp2165 LOC (9%) 6 files
*.c1171 LOC (4%) 7 files
*.py809 LOC (3%) 16 files
*.yaml765 LOC (3%) 19 files
*.ps1483 LOC (2%) 5 files
*.h398 LOC (1%) 10 files
*.css174 LOC (<1%) 2 files
*.html108 LOC (<1%) 2 files
*.js37 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/test[.].*".
  • 2 files match defined criteria (90 LOC, 0.4% vs. main code). All matches are in *.py files.


*.py90 LOC (100%) 2 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 ".*[.]bat".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 9 files match defined criteria (529 LOC, 2.2% vs. main code):
    • 8 *.sh files (344 LOC)
    • 1 *.bat files (185 LOC)
  • " *.sh" is biggest, containing 65.03% of LOC.
  • " *.bat" is smallest, containing 34.97% of LOC.


*.sh344 LOC (65%) 8 files
*.bat185 LOC (34%) 1 file
Other Code
txt
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]dockerignore".
    • files with paths like ".*[.]ini".
  • 126 files match defined criteria (6,895 LOC, 28.8% vs. main code):
    • 72 *.json files (3,708 LOC)
    • 47 *.md files (3,116 LOC)
    • 7 *.txt files (71 LOC)
  • " *.json" is biggest, containing 53.78% of LOC.
  • " *.txt" is smallest, containing 1.03% of LOC.


*.json3708 LOC (53%) 72 files
*.md3116 LOC (45%) 47 files
*.txt71 LOC (1%) 7 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 23:03