Analysis scope, overview of main, test, generated, deployment, build, and other code.
13 extensions are included in analyses: js, json, ts, md, yml, gitignore, txt, css, npmignore, py, rst, editorconfig, html
9 criteria are used to exclude files from analysis:
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (10 files).
exclude files with path like ".*/sokrates_.*?[.]json " (Sokrates conventions and configurations) (1 file).
exclude files with path like ".*/dist/.* " (Distributions) (0 files).
exclude files with path like ".*/(3rd|[Tt]hird)[-_]?[Pp]arty/.* " (Dependencies) (5 files).
exclude files with path like "(?i).*/jquery.*[.]js " (jQuery files) (0 files).
exclude files with path like ".*/mootools([^.]*)\d+\.\d+.\d+([^.]*)\.js " (MooTools) (0 files).
exclude files with path like ".*/bin/.* " (Binaries for distribution) (2 files).
exclude files with path like ".*/docs/.* " (Documentation) (9 files).
exclude files with path like ".*/docs?/_?(build|themes?|templates?|static)/.* " (Sphinx) (0 files).
The source code folder contains 3,312 files:
3,261 files are included in analyses.
51 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 9 LOC (<1%) 1 file
The following criteria are used to filter files:
files with paths like ".* ".
19 files match defined criteria (6,330 LOC, 100.0% vs. main code):
14 *.ts files (6,129 LOC)
4 *.js files (182 LOC)
1 *.yml files (19 LOC)
" *.ts" is biggest, containing 96.82% of LOC.
" *.yml" is smallest, containing 0.3% of LOC.
*.ts 6129 LOC (96%) 14 files
*.js 182 LOC (2%) 4 files
*.yml 19 LOC (<1%) 1 file
The following criteria are used to filter files:
files with paths like ".*/[Tt]est/.* ".
files with paths like ".*/karma[.]conf[.]js ".
1629 files match defined criteria (3,957 LOC, 62.5% vs. main code):
1,628 *.js files (3,903 LOC)
1 *.html files (54 LOC)
" *.js" is biggest, containing 98.64% of LOC.
" *.html" is smallest, containing 1.36% of LOC.
*.js 3903 LOC (98%) 1,628 files
*.html 54 LOC (1%) 1 file
The following criteria are used to filter files:
files with any line of content like "//[ ]*Generated by .* ".
1 file matches defined criteria (254 LOC, 4.0% vs. main code). All matches are in *.ts files.
*.ts 254 LOC (100%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*([.]|/)webpack([.]|/).* ".
files with paths like ".*/package[.]json ".
1 file matches defined criteria (9 LOC, 0.1% vs. main code). All matches are in *.js files.
The following criteria are used to filter files:
files with paths like ".*/[.]npmignore ".
files with paths like ".*[.]json ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]md ".
files with paths like ".*[.](rst|rest|resttxt|rsttxt) ".
files with paths like ".*[.]txt ".
files with paths like ".*/README[.][a-z0-9]+ ".
files with paths like ".*[.]editorconfig ".
1611 files match defined criteria (295,783 LOC, 4672.7% vs. main code):
1,609 *.json files (295,736 LOC)
2 *.md files (47 LOC)
" *.json" is biggest, containing 99.98% of LOC.
" *.md" is smallest, containing 0.02% of LOC.
*.json 295736 LOC (99%) 1,609 files
*.md 47 LOC (<1%) 2 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
*.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
*.yml files are analyzed with YamlAnalyzer:
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
2023-08-10 23:29