Analysis scope, overview of main, test, generated, deployment, build, and other code.
16 extensions are included in analyses: html, js, cpp, h, txt, md, cmake, yml, sh, css, svg, py, json, gitignore, clang-format, gitmodules
6 criteria are used to exclude files from analysis:
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (13 files).
exclude files with path like ".*/docs/.* " (Documentation) (1603 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 ".*[.]txt " (Text files) (23 files).
exclude files with path like ".*/sokrates_conventions[.]json " (Sokrates scoping conventions) (1 file).
The source code folder contains 1,923 files:
203 files are included in analyses.
1,720 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 19 LOC (<1%) 1 files
The following criteria are used to filter files:
files with paths like ".* ".
171 files match defined criteria (20,320 lines of code, 100.0% vs. main code):
76 *.cpp files (13,606 lines of code)
84 *.h files (6,605 lines of code)
9 *.cmake files (67 lines of code)
2 *.py files (42 lines of code)
" *.cpp" is biggest, containing 66.96% of code.
" *.py" is smallest, containing 0.21% of code.
*.cpp 13606 LOC (66%) 76 files
*.h 6605 LOC (32%) 84 files
*.cmake 67 LOC (<1%) 9 files
*.py 42 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".*/[Tt]ests/.* ".
files with any line of content like ".*/simpletest/.* ".
9 files match defined criteria (2,935 lines of code, 14.4% vs. main code):
6 *.cpp files (2,113 lines of code)
3 *.h files (822 lines of code)
" *.cpp" is biggest, containing 71.99% of code.
" *.h" is smallest, containing 28.01% of code.
*.cpp 2113 LOC (71%) 6 files
*.h 822 LOC (28%) 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 ".*/[.]gitmodules ".
files with paths like ".*/[.]gitignore ".
1 file matches defined criteria (19 lines of code, 0.1% vs. main code). All matches are in *.sh files.
*.sh 19 LOC (100%) 1 files
The following criteria are used to filter files:
files with paths like ".*/[Ss]amples/.* ".
files with paths like ".*[.]md ".
files with paths like ".*[.]txt ".
files with paths like ".*/README[.][a-z0-9]+ ".
files with paths like ".*[.]json ".
files with paths like ".*[.]svg ".
files with paths like ".*/[.]gitignore ".
22 files match defined criteria (3,392 lines of code, 16.7% vs. main code):
10 *.cpp files (3,092 lines of code)
6 *.md files (184 lines of code)
4 *.sh files (69 lines of code)
1 *.json files (24 lines of code)
1 *.yml files (23 lines of code)
" *.cpp" is biggest, containing 91.16% of code.
" *.yml" is smallest, containing 0.68% of code.
*.cpp 3092 LOC (91%) 10 files
*.md 184 LOC (5%) 6 files
*.sh 69 LOC (2%) 4 files
*.json 24 LOC (<1%) 1 files
*.yml 23 LOC (<1%) 1 files
*.cpp files are analyzed with CppAnalyzer:
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
*.h files are analyzed with CppAnalyzer:
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
*.cmake files are analyzed with DefaultLanguageAnalyzer:
All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
Basic code cleaning (empty lines removed for LOC calculations and 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
2022-01-31 14:56