GoogleCloudPlatform / iap-gcip-web-toolkit
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.

main5626 LOC (24%) 73 files
test10353 LOC (45%) 22 files
generated1824 LOC (8%) 1 file
build and deployment229 LOC (1%) 3 files
other4650 LOC (20%) 37 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 ".*".
  • 73 files match defined criteria (5,626 LOC, 100.0% vs. main code):
    • 46 *.ts files (4,153 LOC)
    • 13 *.tsx files (865 LOC)
    • 4 *.js files (274 LOC)
    • 5 *.css files (258 LOC)
    • 4 *.html files (68 LOC)
    • 1 *.yaml files (8 LOC)
  • " *.ts" is biggest, containing 73.82% of LOC.
  • " *.yaml" is smallest, containing 0.14% of LOC.


*.ts4153 LOC (73%) 46 files
*.tsx865 LOC (15%) 13 files
*.js274 LOC (4%) 4 files
*.css258 LOC (4%) 5 files
*.html68 LOC (1%) 4 files
*.yaml8 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 ".*/karma[.]conf[.]js".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[.]spec[.]ts".
  • 22 files match defined criteria (10,353 LOC, 184.0% vs. main code):
    • 21 *.ts files (10,325 LOC)
    • 1 *.js files (28 LOC)
  • " *.ts" is biggest, containing 99.73% of LOC.
  • " *.js" is smallest, containing 0.27% of LOC.


*.ts10325 LOC (99%) 21 files
*.js28 LOC (<1%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 1 file matches defined criteria (1,824 LOC, 32.4% vs. main code). All matches are in *.json files.


*.json1824 LOC (100%) 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 ".*/package[.]json".
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
  • 3 files match defined criteria (229 LOC, 4.1% vs. main code):
    • 2 *.js files (134 LOC)
    • 1 *.sh files (95 LOC)
  • " *.js" is biggest, containing 58.52% of LOC.
  • " *.sh" is smallest, containing 41.48% of LOC.


*.js134 LOC (58%) 2 files
*.sh95 LOC (41%) 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 ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
  • 37 files match defined criteria (4,650 LOC, 82.7% vs. main code):
    • 27 *.json files (2,802 LOC)
    • 9 *.md files (1,846 LOC)
    • 1 *.txt files (2 LOC)
  • " *.json" is biggest, containing 60.26% of LOC.
  • " *.txt" is smallest, containing 0.04% of LOC.


*.json2802 LOC (60%) 27 files
*.md1846 LOC (39%) 9 files
*.txt2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-04 15:15