twitter / check-my-repo
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
snap
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.

main960 LOC (65%) 17 files
test169 LOC (11%) 8 files
generated0 LOC (0%) 0 files
build and deployment8 LOC (<1%) 1 file
other319 LOC (21%) 17 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 ".*".
  • 17 files match defined criteria (960 LOC, 100.0% vs. main code):
    • 8 *.vue files (689 LOC)
    • 8 *.js files (255 LOC)
    • 1 *.html files (16 LOC)
  • " *.vue" is biggest, containing 71.77% of LOC.
  • " *.html" is smallest, containing 1.67% of LOC.


*.vue689 LOC (71%) 8 files
*.js255 LOC (26%) 8 files
*.html16 LOC (1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
snap
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*__tests__.*".
    • files with paths like ".*/__mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*[.]snap".
  • 8 files match defined criteria (169 LOC, 17.6% vs. main code):
    • 7 *.js files (139 LOC)
    • 1 *.snap files (30 LOC)
  • " *.js" is biggest, containing 82.25% of LOC.
  • " *.snap" is smallest, containing 17.75% of LOC.


*.js139 LOC (82%) 7 files
*.snap30 LOC (17%) 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]sh".
  • 1 file matches defined criteria (8 LOC, 0.8% vs. main code). All matches are in *.sh files.


*.sh8 LOC (100%) 1 file
Other Code
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
  • 17 files match defined criteria (319 LOC, 33.2% vs. main code):
    • 9 *.md files (218 LOC)
    • 3 *.json files (95 LOC)
    • 4 *.svg files (4 LOC)
    • 1 *.txt files (2 LOC)
  • " *.md" is biggest, containing 68.34% of LOC.
  • " *.txt" is smallest, containing 0.63% of LOC.


*.md218 LOC (68%) 9 files
*.json95 LOC (29%) 3 files
*.svg4 LOC (1%) 4 files
*.txt2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-01-17 12:00