JetBrains / react-buddy-react
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
snap
eslintignore
gitattributes
watchmanconfig
editorconfig
txt
mjs
coffee
gyp
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.

main64512 LOC (48%) 745 files
test60667 LOC (45%) 133 files
generated0 LOC (0%) 0 files
build and deployment1491 LOC (1%) 20 files
other5859 LOC (4%) 154 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mjs
gyp
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 745 files match defined criteria (64,512 LOC, 100.0% vs. main code):
    • 575 *.js files (56,479 LOC)
    • 78 *.html files (3,371 LOC)
    • 82 *.css files (3,242 LOC)
    • 3 *.h files (676 LOC)
    • 4 *.cpp files (650 LOC)
    • 1 *.mjs files (71 LOC)
    • 1 *.gyp files (15 LOC)
    • 1 *.toml files (8 LOC)
  • " *.js" is biggest, containing 87.55% of LOC.
  • " *.toml" is smallest, containing 0.01% of LOC.


*.js56479 LOC (87%) 575 files
*.html3371 LOC (5%) 78 files
*.css3242 LOC (5%) 82 files
*.h676 LOC (1%) 3 files
*.cpp650 LOC (1%) 4 files
*.mjs71 LOC (<1%) 1 file
*.gyp15 LOC (<1%) 1 file
*.toml8 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
snap
coffee
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 ".*/test[.].*".
    • files with paths like ".*[.]snap".
    • files with paths like ".*/__mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*/e2e/.*".
    • files with paths like ".*_mock[.][a-zA-Z0-9_\-]+".
    • files with paths like ".*/test_.*".
    • files with paths like ".*_tests[.].*".
  • 133 files match defined criteria (60,667 LOC, 94.0% vs. main code):
    • 119 *.js files (58,405 LOC)
    • 11 *.snap files (1,163 LOC)
    • 1 *.ts files (616 LOC)
    • 1 *.coffee files (479 LOC)
    • 1 *.sh files (4 LOC)
  • " *.js" is biggest, containing 96.27% of LOC.
  • " *.sh" is smallest, containing 0.01% of LOC.


*.js58405 LOC (96%) 119 files
*.snap1163 LOC (1%) 11 files
*.ts616 LOC (1%) 1 file
*.coffee479 LOC (<1%) 1 file
*.sh4 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 ".*[.]sh".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*/[.]gitattributes".
  • 20 files match defined criteria (1,491 LOC, 2.3% vs. main code):
    • 14 *.js files (1,442 LOC)
    • 4 *.sh files (37 LOC)
    • 2 *.html files (12 LOC)
  • " *.js" is biggest, containing 96.71% of LOC.
  • " *.html" is smallest, containing 0.8% of LOC.


*.js1442 LOC (96%) 14 files
*.sh37 LOC (2%) 4 files
*.html12 LOC (<1%) 2 files
Other Code
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 ".*[.]editorconfig".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]eslintignore".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]prettierignore".
  • 154 files match defined criteria (5,859 LOC, 9.1% vs. main code):
    • 63 *.md files (2,954 LOC)
    • 91 *.json files (2,905 LOC)
  • " *.md" is biggest, containing 50.42% of LOC.
  • " *.json" is smallest, containing 49.58% of LOC.


*.md2954 LOC (50%) 63 files
*.json2905 LOC (49%) 91 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:18