openai / apps-sdk-ui
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
mdx
mjs
prettierignore
  • 14 extensions are included in analyses: tsx, css, mdx, ts, mjs, json, svg, md, js, yaml, gitignore, txt, html, prettierignore
  • 3 criteria are used to exclude files from analysis:
    • exclude files with path like ".*\.d\.ts" (Typescript definition files) (4 files).
    • exclude files with path like ".*/git[-]history[.]txt" (Git history) (1 file).
    • exclude files with path like ".*/git[-][a-zA-Z0-9_]+[.]txt" (Git data exports for sokrates analyses) (0 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.

main33438 LOC (88%) 681 files
test1632 LOC (4%) 10 files
generated0 LOC (0%) 0 files
build and deployment15 LOC (<1%) 2 files
other2903 LOC (7%) 48 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mjs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 681 files match defined criteria (33,438 LOC, 100.0% vs. main code):
    • 588 *.tsx files (20,330 LOC)
    • 49 *.css files (8,667 LOC)
    • 30 *.ts files (3,284 LOC)
    • 10 *.mjs files (734 LOC)
    • 1 *.html files (338 LOC)
    • 3 *.js files (85 LOC)
  • " *.tsx" is biggest, containing 60.8% of LOC.
  • " *.js" is smallest, containing 0.25% of LOC.


*.tsx20330 LOC (60%) 588 files
*.css8667 LOC (25%) 49 files
*.ts3284 LOC (9%) 30 files
*.mjs734 LOC (2%) 10 files
*.html338 LOC (1%) 1 file
*.js85 LOC (<1%) 3 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
mjs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/vitest[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
  • 10 files match defined criteria (1,632 LOC, 4.9% vs. main code):
    • 4 *.tsx files (1,181 LOC)
    • 1 *.mjs files (321 LOC)
    • 5 *.ts files (130 LOC)
  • " *.tsx" is biggest, containing 72.37% of LOC.
  • " *.ts" is smallest, containing 7.97% of LOC.


*.tsx1181 LOC (72%) 4 files
*.mjs321 LOC (19%) 1 file
*.ts130 LOC (7%) 5 files
Build and Deployment Code
Source code used to configure or support build and deployment process.
prettierignore
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[.]json".
    • files with paths like ".*/[.]prettierignore".
    • files with paths like "(.*/)?[.]prettierignore".
    • files with paths like "(.*/)?[.](idea|vscode|vs|gradle|mvn|settings|metadata|circleci)/.*".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 2 files match defined criteria (15 LOC, 0.0% vs. main code):
    • 1 *.gitignore files (14 LOC)
    • 1 *.prettierignore files (1 LOC)
  • " *.gitignore" is biggest, containing 93.33% of LOC.
  • " *.prettierignore" is smallest, containing 6.67% of LOC.


*.gitignore14 LOC (93%) 1 file
*.prettierignore1 LOC (6%) 1 file
Other Code
mdx
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 ".*[.]mdx".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
  • 48 files match defined criteria (2,903 LOC, 8.7% vs. main code):
    • 40 *.mdx files (2,384 LOC)
    • 4 *.md files (285 LOC)
    • 4 *.json files (234 LOC)
  • " *.mdx" is biggest, containing 82.12% of LOC.
  • " *.json" is smallest, containing 8.06% of LOC.


*.mdx2384 LOC (82%) 40 files
*.md285 LOC (9%) 4 files
*.json234 LOC (8%) 4 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
  • *.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
  • *.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
  • *.mjs 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
  • *.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


2026-06-24 10:41