GoogleCloudPlatform / dataplexutils
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
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.

main2663 LOC (82%) 15 files
test327 LOC (10%) 6 files
generated0 LOC (0%) 0 files
build and deployment19 LOC (<1%) 5 files
other207 LOC (6%) 4 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
in
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 15 files match defined criteria (2,663 LOC, 100.0% vs. main code):
    • 8 *.py files (1,886 LOC)
    • 2 *.js files (388 LOC)
    • 2 *.toml files (273 LOC)
    • 1 *.css files (84 LOC)
    • 1 *.html files (18 LOC)
    • 1 *.in files (14 LOC)
  • " *.py" is biggest, containing 70.82% of LOC.
  • " *.in" is smallest, containing 0.53% of LOC.


*.py1886 LOC (70%) 8 files
*.js388 LOC (14%) 2 files
*.toml273 LOC (10%) 2 files
*.css84 LOC (3%) 1 file
*.html18 LOC (<1%) 1 file
*.in14 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 ".*_tests[.].*".
    • files with paths like ".*/test[.].*".
  • 6 files match defined criteria (327 LOC, 12.3% vs. main code):
    • 4 *.py files (305 LOC)
    • 2 *.sh files (22 LOC)
  • " *.py" is biggest, containing 93.27% of LOC.
  • " *.sh" is smallest, containing 6.73% of LOC.


*.py305 LOC (93%) 4 files
*.sh22 LOC (6%) 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 ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 5 files match defined criteria (19 LOC, 0.7% vs. main code). All matches are in *.sh files.


*.sh19 LOC (100%) 5 files
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".
  • 4 files match defined criteria (207 LOC, 7.8% vs. main code):
    • 2 *.md files (159 LOC)
    • 1 *.json files (43 LOC)
    • 1 *.txt files (5 LOC)
  • " *.md" is biggest, containing 76.81% of LOC.
  • " *.txt" is smallest, containing 2.42% of LOC.


*.md159 LOC (76%) 2 files
*.json43 LOC (20%) 1 file
*.txt5 LOC (2%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-04 16:09