Analysis scope, overview of main, test, generated, deployment, build, and other code.
14 extensions are included in analyses: js, md, json, xml, yaml, npmignore, gitignore, py, txt, bat, sh, markdown, html, jshintrc
6 criteria are used to exclude files from analysis:
exclude files with path like ".*/node_modules/.* " (Node dependencies) (81 files).
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (1 file).
exclude files with path like "(?i).*/require.*[.]js " (RequireJS files) (0 files).
exclude files with path like ".*/dist/.* " (Distributions) (0 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).
The source code folder contains 163 files:
14 files are included in analyses.
149 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.
test 0 LOC (0%) 0 files
build and deployment 46 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".* ".
7 files match defined criteria (10,686 LOC, 100.0% vs. main code):
5 *.xml files (9,849 LOC)
1 *.py files (795 LOC)
1 *.js files (42 LOC)
" *.xml" is biggest, containing 92.17% of LOC.
" *.js" is smallest, containing 0.39% of LOC.
*.xml 9849 LOC (92%) 5 files
*.py 795 LOC (7%) 1 file
*.js 42 LOC (<1%) 1 file
The following criteria are used to filter files:
files with any line of content like "//[ ]*Generated by .* ".
files with paths like ".*/package[-]lock[.]json ".
1 file matches defined criteria (32 LOC, 0.3% vs. main code). All matches are in *.json files.
*.json 32 LOC (100%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]bat ".
files with paths like ".*/package[.]json ".
files with paths like ".*/package[-]lock[.]json ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]sh ".
2 files match defined criteria (46 LOC, 0.4% vs. main code):
1 *.sh files (24 LOC)
1 *.bat files (22 LOC)
" *.sh" is biggest, containing 52.17% of LOC.
" *.bat" is smallest, containing 47.83% of LOC.
*.sh 24 LOC (52%) 1 file
*.bat 22 LOC (47%) 1 file
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 ".*/[.]npmignore ".
files with paths like ".*[.]json ".
files with paths like ".*[.]markdown ".
files with paths like ".*/LICENSE[.][a-z0-9]+ ".
files with paths like ".*/[Ee]xamples/.* ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]txt ".
5 files match defined criteria (491 LOC, 4.6% vs. main code):
3 *.json files (473 LOC)
2 *.md files (18 LOC)
" *.json" is biggest, containing 96.33% of LOC.
" *.md" is smallest, containing 3.67% of LOC.
*.json 473 LOC (96%) 3 files
*.md 18 LOC (3%) 2 files
*.xml files are analyzed with XmlAnalyzer:
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
*.py files are analyzed with PythonAnalyzer:
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
Basic heuristic 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
2026-01-18 16:35