guardian / concierge-graphql
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
properties
snap
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.

main4534 LOC (71%) 78 files
test1565 LOC (24%) 5 files
generated0 LOC (0%) 0 files
build and deployment71 LOC (1%) 2 files
other206 LOC (3%) 8 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 ".*".
  • 78 files match defined criteria (4,534 LOC, 100.0% vs. main code):
    • 59 *.scala files (2,892 LOC)
    • 4 *.graphql files (875 LOC)
    • 5 *.ts files (289 LOC)
    • 5 *.yaml files (243 LOC)
    • 2 *.tsx files (146 LOC)
    • 2 *.sbt files (69 LOC)
    • 1 *.xml files (20 LOC)
  • " *.scala" is biggest, containing 63.78% of LOC.
  • " *.xml" is smallest, containing 0.44% of LOC.


*.scala2892 LOC (63%) 59 files
*.graphql875 LOC (19%) 4 files
*.ts289 LOC (6%) 5 files
*.yaml243 LOC (5%) 5 files
*.tsx146 LOC (3%) 2 files
*.sbt69 LOC (1%) 2 files
*.xml20 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
snap
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*[.]snap".
  • 5 files match defined criteria (1,565 LOC, 34.5% vs. main code):
    • 1 *.snap files (1,490 LOC)
    • 2 *.scala files (63 LOC)
    • 1 *.ts files (11 LOC)
    • 1 *.js files (1 LOC)
  • " *.snap" is biggest, containing 95.21% of LOC.
  • " *.js" is smallest, containing 0.06% of LOC.


*.snap1490 LOC (95%) 1 file
*.scala63 LOC (4%) 2 files
*.ts11 LOC (<1%) 1 file
*.js1 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 ".*/package[.]json".
    • files with paths like ".*[.]sh".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
  • 2 files match defined criteria (71 LOC, 1.6% vs. main code):
    • 1 *.js files (65 LOC)
    • 1 *.sh files (6 LOC)
  • " *.js" is biggest, containing 91.55% of LOC.
  • " *.sh" is smallest, containing 8.45% of LOC.


*.js65 LOC (91%) 1 file
*.sh6 LOC (8%) 1 file
Other Code
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]properties".
  • 8 files match defined criteria (206 LOC, 4.5% vs. main code):
    • 5 *.json files (178 LOC)
    • 2 *.md files (27 LOC)
    • 1 *.properties files (1 LOC)
  • " *.json" is biggest, containing 86.41% of LOC.
  • " *.properties" is smallest, containing 0.49% of LOC.


*.json178 LOC (86%) 5 files
*.md27 LOC (13%) 2 files
*.properties1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-09 20:57