azure / gpt-rag-orchestrator
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
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.

main1241 LOC (37%) 15 files
test1293 LOC (39%) 10 files
generated0 LOC (0%) 0 files
build and deployment9 LOC (<1%) 1 file
other728 LOC (22%) 28 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 ".*".
  • 15 files match defined criteria (1,241 LOC, 100.0% vs. main code):
    • 13 *.py files (1,218 LOC)
    • 1 *.yaml files (16 LOC)
    • 1 *.ps1 files (7 LOC)
  • " *.py" is biggest, containing 98.15% of LOC.
  • " *.ps1" is smallest, containing 0.56% of LOC.


*.py1218 LOC (98%) 13 files
*.yaml16 LOC (1%) 1 file
*.ps17 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]ests/.*".
  • 10 files match defined criteria (1,293 LOC, 104.2% vs. main code):
    • 3 *.ipynb files (927 LOC)
    • 2 *.py files (240 LOC)
    • 5 *.yaml files (126 LOC)
  • " *.ipynb" is biggest, containing 71.69% of LOC.
  • " *.yaml" is smallest, containing 9.74% of LOC.


*.ipynb927 LOC (71%) 3 files
*.py240 LOC (18%) 2 files
*.yaml126 LOC (9%) 5 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".
  • 1 file matches defined criteria (9 LOC, 0.7% vs. main code). All matches are in *.sh files.


*.sh9 LOC (100%) 1 file
Other Code
txt
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 ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 28 files match defined criteria (728 LOC, 58.7% vs. main code):
    • 13 *.json files (462 LOC)
    • 9 *.txt files (134 LOC)
    • 6 *.md files (132 LOC)
  • " *.json" is biggest, containing 63.46% of LOC.
  • " *.md" is smallest, containing 18.13% of LOC.


*.json462 LOC (63%) 13 files
*.txt134 LOC (18%) 9 files
*.md132 LOC (18%) 6 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 22:55