openai / democratic-inputs
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
po
txt
editorconfig
webmanifest
gitattributes
prisma
npmrc
prettierignore
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.

main42152 LOC (19%) 602 files
test418 LOC (<1%) 7 files
generated37627 LOC (17%) 9 files
build and deployment13 LOC (<1%) 1 file
other134041 LOC (62%) 118 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
prisma
webmanifest
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 602 files match defined criteria (42,152 LOC, 100.0% vs. main code):
    • 272 *.tsx files (21,297 LOC)
    • 159 *.ts files (11,736 LOC)
    • 41 *.js files (4,526 LOC)
    • 79 *.sql files (1,261 LOC)
    • 14 *.jsx files (1,255 LOC)
    • 3 *.ipynb files (741 LOC)
    • 6 *.css files (362 LOC)
    • 19 *.graphql files (300 LOC)
    • 3 *.py files (240 LOC)
    • 1 *.prisma files (183 LOC)
    • 2 *.html files (128 LOC)
    • 2 *.toml files (122 LOC)
    • 1 *.webmanifest files (1 LOC)
  • " *.tsx" is biggest, containing 50.52% of LOC.
  • " *.webmanifest" is smallest, containing 0% of LOC.


*.tsx21297 LOC (50%) 272 files
*.ts11736 LOC (27%) 159 files
*.js4526 LOC (10%) 41 files
*.sql1261 LOC (2%) 79 files
*.jsx1255 LOC (2%) 14 files
*.ipynb741 LOC (1%) 3 files
*.css362 LOC (<1%) 6 files
*.graphql300 LOC (<1%) 19 files
*.py240 LOC (<1%) 3 files
*.prisma183 LOC (<1%) 1 file
*.html128 LOC (<1%) 2 files
*.toml122 LOC (<1%) 2 files
*.webmanifest1 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 ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
  • 7 files match defined criteria (418 LOC, 1.0% vs. main code):
    • 6 *.ts files (411 LOC)
    • 1 *.js files (7 LOC)
  • " *.ts" is biggest, containing 98.33% of LOC.
  • " *.js" is smallest, containing 1.67% of LOC.


*.ts411 LOC (98%) 6 files
*.js7 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".
    • files with paths like ".*/generated/.*".
  • 9 files match defined criteria (37,627 LOC, 89.3% vs. main code):
    • 6 *.json files (34,007 LOC)
    • 1 *.graphql files (2,479 LOC)
    • 2 *.ts files (1,141 LOC)
  • " *.json" is biggest, containing 90.38% of LOC.
  • " *.ts" is smallest, containing 3.03% of LOC.


*.json34007 LOC (90%) 6 files
*.graphql2479 LOC (6%) 1 file
*.ts1141 LOC (3%) 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 ".*/package[.]json".
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/[.]gitattributes".
  • 1 file matches defined criteria (13 LOC, 0.0% vs. main code). All matches are in *.sh files.


*.sh13 LOC (100%) 1 file
Other Code
po
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 ".*/[.]prettierignore".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Dd]ocumentation/.*".
    • files with paths like ".*[.]po".
    • files with paths like ".*[.]npmrc".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]txt".
  • 118 files match defined criteria (134,041 LOC, 318.0% vs. main code):
    • 88 *.json files (131,470 LOC)
    • 22 *.md files (1,442 LOC)
    • 4 *.po files (1,118 LOC)
    • 2 *.txt files (9 LOC)
    • 2 *.svg files (2 LOC)
  • " *.json" is biggest, containing 98.08% of LOC.
  • " *.svg" is smallest, containing 0% of LOC.


*.json131470 LOC (98%) 88 files
*.md1442 LOC (1%) 22 files
*.po1118 LOC (<1%) 4 files
*.txt9 LOC (<1%) 2 files
*.svg2 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-04 14:11