aws / aws-advanced-python-wrapper
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
properties
ini
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.

main9105 LOC (40%) 76 files
test12527 LOC (55%) 115 files
generated0 LOC (0%) 0 files
build and deployment70 LOC (<1%) 1 file
other698 LOC (3%) 11 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 ".*".
  • 76 files match defined criteria (9,105 LOC, 100.0% vs. main code):
    • 74 *.py files (9,031 LOC)
    • 1 *.toml files (71 LOC)
    • 1 *.kts files (3 LOC)
  • " *.py" is biggest, containing 99.19% of LOC.
  • " *.kts" is smallest, containing 0.03% of LOC.


*.py9031 LOC (99%) 74 files
*.toml71 LOC (<1%) 1 file
*.kts3 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/.*".
    • files with paths like ".*/test_.*".
    • files with paths like ".*/[Tt]est/.*".
  • 115 files match defined criteria (12,527 LOC, 137.6% vs. main code):
    • 88 *.py files (9,021 LOC)
    • 23 *.java files (2,602 LOC)
    • 1 *.html files (533 LOC)
    • 1 *.kts files (337 LOC)
    • 1 *.yaml files (33 LOC)
    • 1 *.sql files (1 LOC)
  • " *.py" is biggest, containing 72.01% of LOC.
  • " *.sql" is smallest, containing 0.01% of LOC.


*.py9021 LOC (72%) 88 files
*.java2602 LOC (20%) 23 files
*.html533 LOC (4%) 1 file
*.kts337 LOC (2%) 1 file
*.yaml33 LOC (<1%) 1 file
*.sql1 LOC (<1%) 1 file
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".
  • 1 file matches defined criteria (70 LOC, 0.8% vs. main code). All matches are in *.bat files.


*.bat70 LOC (100%) 1 file
Other Code
properties
ini
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]ini".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]txt".
  • 11 files match defined criteria (698 LOC, 7.7% vs. main code):
    • 7 *.md files (341 LOC)
    • 3 *.properties files (327 LOC)
    • 1 *.ini files (30 LOC)
  • " *.md" is biggest, containing 48.85% of LOC.
  • " *.ini" is smallest, containing 4.3% of LOC.


*.md341 LOC (48%) 7 files
*.properties327 LOC (46%) 3 files
*.ini30 LOC (4%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-04 00:48