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
editorconfig
webmanifest
gitattributes
prisma
npmrc
prettierignore
  • 25 extensions are included in analyses: tsx, ts, json, sql, js, md, ipynb, graphql, svg, jsx, gitignore, css, html, yaml, po, py, txt, editorconfig, toml, webmanifest, gitattributes, sh, prisma, npmrc, prettierignore
  • 2 criteria are used to exclude files from analysis:
    • exclude files with path like ".*\.d\.ts" (Typescript definition files) (3 files).
    • exclude files with path like ".*/docs/.*" (Documentation) (12 files).
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.

main42191 LOC (19%) 604 files
test418 LOC (<1%) 7 files
generated37627 LOC (17%) 9 files
build and deployment508 LOC (<1%) 24 files
other134076 LOC (62%) 120 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 ".*".
  • 604 files match defined criteria (42,191 LOC, 100.0% vs. main code):
    • 272 *.tsx files (21,297 LOC)
    • 161 *.ts files (11,775 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.48% of LOC.
  • " *.webmanifest" is smallest, containing 0% of LOC.


*.tsx21297 LOC (50%) 272 files
*.ts11775 LOC (27%) 161 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.2% 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.
editorconfig
prettierignore
gitattributes
npmrc
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 ".*[.]editorconfig".
    • files with paths like "(.*/)?[.]editorconfig".
    • files with paths like ".*[.]npmrc".
    • files with paths like "(.*/)?[.]npmrc".
    • files with paths like "(.*/)?[.]eslintrc([.].*)?".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*/[.]github/workflows/.*[.]ya?ml".
    • files with paths like ".*/requirements[a-zA-Z0-9._-]*[.]txt".
    • files with paths like ".*/[.]prettierignore".
    • files with paths like "(.*/)?[.]prettierignore".
  • 24 files match defined criteria (508 LOC, 1.2% vs. main code):
    • 11 *.gitignore files (312 LOC)
    • 2 *.yaml files (80 LOC)
    • 5 *.js files (78 LOC)
    • 2 *.editorconfig files (17 LOC)
    • 1 *.sh files (13 LOC)
    • 1 *.prettierignore files (5 LOC)
    • 1 *.gitattributes files (2 LOC)
    • 1 *.npmrc files (1 LOC)
  • " *.gitignore" is biggest, containing 61.42% of LOC.
  • " *.npmrc" is smallest, containing 0.2% of LOC.


*.gitignore312 LOC (61%) 11 files
*.yaml80 LOC (15%) 2 files
*.js78 LOC (15%) 5 files
*.editorconfig17 LOC (3%) 2 files
*.sh13 LOC (2%) 1 file
*.prettierignore5 LOC (<1%) 1 file
*.gitattributes2 LOC (<1%) 1 file
*.npmrc1 LOC (<1%) 1 file
Other Code
po
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[Dd]ocumentation/.*".
    • files with paths like ".*[.]po".
    • files with paths like ".*[.]txt".
  • 120 files match defined criteria (134,076 LOC, 317.8% vs. main code):
    • 90 *.json files (131,505 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.


*.json131505 LOC (98%) 90 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.
  • *.tsx files are analyzed with TypeScriptAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • No dependency analysis
  • *.ts files are analyzed with TypeScriptAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • No dependency analysis
  • *.js files are analyzed with JavaScriptAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • No dependency analysis
  • *.sql files are analyzed with SqlAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.jsx files are analyzed with HtmlAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • Advanced heuristic dependency analysis
  • *.ipynb files are analyzed with DefaultLanguageAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Basic code cleaning (empty lines removed for LOC calculations and duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.css files are analyzed with CssAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.graphql files are analyzed with DefaultLanguageAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Basic code cleaning (empty lines removed for LOC calculations and duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.py files are analyzed with PythonAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • Basic heuristic dependency analysis
  • *.prisma files are analyzed with DefaultLanguageAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Basic code cleaning (empty lines removed for LOC calculations and duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.html files are analyzed with HtmlAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • Unit size analysis
    • Conditional complexity analysis
    • Advanced heuristic dependency analysis
  • *.toml files are analyzed with DefaultLanguageAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Basic code cleaning (empty lines removed for LOC calculations and duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis
  • *.webmanifest files are analyzed with JsonAnalyzer:
    • All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
    • Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
    • No unit size analysis
    • No conditional complexity analysis
    • No dependency analysis


2026-06-24 10:34