Analysis scope, overview of main, test, generated, deployment, build, and other code.
13 extensions are included in analyses: ts, md, json, html, scss, sh, js, yml, gitignore, clang-format, gitattributes, txt, editorconfig
6 criteria are used to exclude files from analysis:
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (12 files).
exclude files with path like ".*/docs/.* " (Documentation) (41 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).
exclude files with path like ".*/sokrates_conventions[.]json " (Sokrates scoping conventions) (1 file).
exclude files with path like ".*[.]txt " (Text files) (0 files).
The source code folder contains 408 files:
345 files are included in analyses.
63 files are excluded from analyses:
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.
build and deployment 234 LOC (1%) 11 files
The following criteria are used to filter files:
files with paths like ".* ".
208 files match defined criteria (7,818 lines of code, 100.0% vs. main code):
169 *.ts files (6,322 lines of code)
23 *.html files (747 lines of code)
14 *.scss files (722 lines of code)
2 *.js files (27 lines of code)
" *.ts" is biggest, containing 80.86% of code.
" *.js" is smallest, containing 0.35% of code.
*.ts 6322 LOC (80%) 169 files
*.html 747 LOC (9%) 23 files
*.scss 722 LOC (9%) 14 files
*.js 27 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".*/karma[.]conf[.]js ".
files with paths like ".*[.]spec[.]ts ".
files with paths like ".*/[Tt]est/.* ".
files with any line of content like ".*/simpletest/.* ".
files with paths like ".*/mock[-].* ".
84 files match defined criteria (9,276 lines of code, 118.6% vs. main code):
78 *.ts files (9,026 lines of code)
6 *.js files (250 lines of code)
" *.ts" is biggest, containing 97.3% of code.
" *.js" is smallest, containing 2.7% of code.
*.ts 9026 LOC (97%) 78 files
*.js 250 LOC (2%) 6 files
The following criteria are used to filter files:
files with paths like ".*[.]sh ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*/package[.]json ".
files with paths like ".*/[.]gitattributes ".
11 files match defined criteria (234 lines of code, 3.0% vs. main code). All matches are in *.sh files.
*.sh 234 LOC (100%) 11 files
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 ".*[.]json ".
files with paths like ".*[.]editorconfig ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*/[Dd]ocumentation/.* ".
files with paths like ".*[.]txt ".
42 files match defined criteria (2,440 lines of code, 31.2% vs. main code):
15 *.md files (1,558 lines of code)
27 *.json files (882 lines of code)
" *.md" is biggest, containing 63.85% of code.
" *.json" is smallest, containing 36.15% of code.
*.md 1558 LOC (63%) 15 files
*.json 882 LOC (36%) 27 files
*.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
*.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
*.scss files are analyzed with ScssAnalyzer:
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
*.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
2022-02-02 22:18