uber / react-view
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
mjs
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.

main2309 LOC (16%) 22 files
test1254 LOC (9%) 4 files
generated0 LOC (0%) 0 files
build and deployment7559 LOC (54%) 1 file
other2666 LOC (19%) 35 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 ".*".
  • 22 files match defined criteria (2,309 LOC, 100.0% vs. main code):
    • 12 *.ts files (1,513 LOC)
    • 8 *.tsx files (769 LOC)
    • 2 *.js files (27 LOC)
  • " *.ts" is biggest, containing 65.53% of LOC.
  • " *.js" is smallest, containing 1.17% of LOC.


*.ts1513 LOC (65%) 12 files
*.tsx769 LOC (33%) 8 files
*.js27 LOC (1%) 2 files
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 ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*__tests__.*".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*[.]spec[.]ts".
  • 4 files match defined criteria (1,254 LOC, 54.3% vs. main code). All matches are in *.ts files.


*.ts1254 LOC (100%) 4 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pnpm.*[.]ya?ml".
    • files with paths like ".*/package[.]json".
  • 1 file matches defined criteria (7,559 LOC, 327.4% vs. main code). All matches are in *.yaml files.


*.yaml7559 LOC (100%) 1 file
Other Code
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 ".*/[.]prettierignore".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[Ee]xamples/.*".
  • 35 files match defined criteria (2,666 LOC, 115.5% vs. main code):
    • 18 *.tsx files (1,516 LOC)
    • 4 *.md files (538 LOC)
    • 9 *.ts files (462 LOC)
    • 4 *.json files (150 LOC)
  • " *.tsx" is biggest, containing 56.86% of LOC.
  • " *.json" is smallest, containing 5.63% of LOC.


*.tsx1516 LOC (56%) 18 files
*.md538 LOC (20%) 4 files
*.ts462 LOC (17%) 9 files
*.json150 LOC (5%) 4 files
Analyzers
Info about analyzers used for source code examinations.


2026-04-18 13:00