Analysis scope, overview of main, test, generated, deployment, build, and other code.
17 extensions are included in analyses: py, rst, md, sh, ipynb, txt, yaml, cpp, h, ini, in, cfg, gitignore, cu, bat, cuh, json
5 criteria are used to exclude files from analysis:
exclude files with path like ".*/(3rd|[Tt]hird)[-_]?[Pp]arty/.* " (Dependencies) (35 files).
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (12 files).
exclude files with path like ".*/docs/.* " (Documentation) (87 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 1,324 files:
1,171 files are included in analyses.
153 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.
generated 0 LOC (0%) 0 files
build and deployment 49 LOC (<1%) 5 files
The following criteria are used to filter files:
files with paths like ".* ".
919 files match defined criteria (94,693 LOC, 100.0% vs. main code):
917 *.py files (94,668 LOC)
1 *.cfg files (21 LOC)
1 *.in files (4 LOC)
" *.py" is biggest, containing 99.97% of LOC.
" *.in" is smallest, containing 0% of LOC.
*.py 94668 LOC (99%) 917 files
*.cfg 21 LOC (<1%) 1 file
*.in 4 LOC (<1%) 1 file
The following criteria are used to filter files:
files with paths like ".*/test_.* ".
files with paths like ".*/test[.].* ".
files with paths like ".*_test[.].* ".
files with paths like ".*/[Tt]ests/.* ".
231 files match defined criteria (14,565 LOC, 15.4% vs. main code):
230 *.py files (14,552 LOC)
1 *.sh files (13 LOC)
" *.py" is biggest, containing 99.91% of LOC.
" *.sh" is smallest, containing 0.09% of LOC.
*.py 14552 LOC (99%) 230 files
*.sh 13 LOC (<1%) 1 file
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 ".*[.]bat ".
5 files match defined criteria (49 LOC, 0.1% vs. main code). All matches are in *.sh files.
*.sh 49 LOC (100%) 5 files
The following criteria are used to filter files:
files with paths like ".*[.]ini ".
files with paths like ".*[.]json ".
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 ".*/[Dd]emos?/.* ".
files with paths like ".*[.](rst|rest|resttxt|rsttxt) ".
16 files match defined criteria (959 LOC, 1.0% vs. main code):
6 *.md files (691 LOC)
1 *.py files (180 LOC)
6 *.txt files (63 LOC)
2 *.ini files (21 LOC)
1 *.json files (4 LOC)
" *.md" is biggest, containing 72.05% of LOC.
" *.json" is smallest, containing 0.42% of LOC.
*.md 691 LOC (72%) 6 files
*.py 180 LOC (18%) 1 file
*.txt 63 LOC (6%) 6 files
*.ini 21 LOC (2%) 2 files
*.json 4 LOC (<1%) 1 file
*.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
*.cfg files are analyzed with CfgAnalyzer:
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
*.in files are analyzed with RustAnalyzer:
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
2025-05-14 18:55