Analysis scope, overview of main, test, generated, deployment, build, and other code.
9 extensions are included in analyses: json, py, md, rst, sh, yml, yaml, txt, gitignore
6 criteria are used to exclude files from analysis:
exclude files with path like ".*/docs/.* " (Documentation) (14 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 ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (1 file).
exclude files with path like ".*[.]txt " (Text files) (0 files).
exclude files with path like ".*/sokrates_conventions[.]json " (Sokrates scoping conventions) (1 file).
The source code folder contains 407 files:
383 files are included in analyses.
24 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 30 LOC (<1%) 4 files
The following criteria are used to filter files:
files with paths like ".* ".
101 files match defined criteria (9,866 lines of code, 100.0% vs. main code):
96 *.py files (9,783 lines of code)
3 *.yml files (53 lines of code)
2 *.yaml files (30 lines of code)
" *.py" is biggest, containing 99.16% of code.
" *.yaml" is smallest, containing 0.3% of code.
*.py 9783 LOC (99%) 96 files
*.yml 53 LOC (<1%) 3 files
*.yaml 30 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".*/[Tt]ests/.* ".
files with paths like ".*/test_.* ".
files with paths like ".*_test[.].* ".
files with any line of content like ".*/simpletest/.* ".
22 files match defined criteria (2,825 lines of code, 28.6% vs. main code):
19 *.py files (2,776 lines of code)
3 *.sh files (49 lines of code)
" *.py" is biggest, containing 98.27% of code.
" *.sh" is smallest, containing 1.73% of code.
*.py 2776 LOC (98%) 19 files
*.sh 49 LOC (1%) 3 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 ".
4 files match defined criteria (30 lines of code, 0.3% vs. main code). All matches are in *.sh files.
*.sh 30 LOC (100%) 4 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 ".*/[Ee]xamples/.* ".
files with paths like ".*[.]json ".
files with paths like ".*[.](rst|rest|resttxt|rsttxt) ".
files with paths like ".*[.]txt ".
files with paths like ".*/[.]gitignore ".
256 files match defined criteria (9,872 lines of code, 100.1% vs. main code):
52 *.py files (6,518 lines of code)
180 *.json files (1,862 lines of code)
23 *.md files (1,481 lines of code)
1 *.sh files (11 lines of code)
" *.py" is biggest, containing 66.03% of code.
" *.sh" is smallest, containing 0.11% of code.
*.py 6518 LOC (66%) 52 files
*.json 1862 LOC (18%) 180 files
*.md 1481 LOC (15%) 23 files
*.sh 11 LOC (<1%) 1 files
*.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
*.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
*.yaml 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
2022-01-31 19:24