azure / cyclecloud-symphony
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
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.

main1848 LOC (32%) 11 files
test2481 LOC (43%) 37 files
generated0 LOC (0%) 0 files
build and deployment503 LOC (8%) 26 files
other935 LOC (16%) 19 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 ".*".
  • 11 files match defined criteria (1,848 LOC, 100.0% vs. main code):
    • 10 *.py files (1,624 LOC)
    • 1 *.ps1 files (224 LOC)
  • " *.py" is biggest, containing 87.88% of LOC.
  • " *.ps1" is smallest, containing 12.12% of LOC.


*.py1624 LOC (87%) 10 files
*.ps1224 LOC (12%) 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 ".*/[Ss]pecs/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*_tests[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*_test[.].*".
    • files with paths like ".*/test_.*".
  • 37 files match defined criteria (2,481 LOC, 134.3% vs. main code):
    • 12 *.py files (1,583 LOC)
    • 8 *.rb files (481 LOC)
    • 10 *.erb files (289 LOC)
    • 4 *.sh files (107 LOC)
    • 3 *.bat files (21 LOC)
  • " *.py" is biggest, containing 63.8% of LOC.
  • " *.bat" is smallest, containing 0.85% of LOC.


*.py1583 LOC (63%) 12 files
*.rb481 LOC (19%) 8 files
*.erb289 LOC (11%) 10 files
*.sh107 LOC (4%) 4 files
*.bat21 LOC (<1%) 3 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]sh".
  • 26 files match defined criteria (503 LOC, 27.2% vs. main code):
    • 19 *.sh files (436 LOC)
    • 7 *.bat files (67 LOC)
  • " *.sh" is biggest, containing 86.68% of LOC.
  • " *.bat" is smallest, containing 13.32% of LOC.


*.sh436 LOC (86%) 19 files
*.bat67 LOC (13%) 7 files
Other Code
txt
ini
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 ".*[.]txt".
    • files with paths like ".*[.]ini".
    • files with paths like ".*/[.]gitignore".
  • 19 files match defined criteria (935 LOC, 50.6% vs. main code):
    • 15 *.txt files (710 LOC)
    • 3 *.md files (207 LOC)
    • 1 *.ini files (18 LOC)
  • " *.txt" is biggest, containing 75.94% of LOC.
  • " *.ini" is smallest, containing 1.93% of LOC.


*.txt710 LOC (75%) 15 files
*.md207 LOC (22%) 3 files
*.ini18 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 21:35