Analysis scope, overview of main, test, generated, deployment, build, and other code.
11 extensions are included in analyses: md, json, cs, csproj, gitignore, txt, sh, cake, py, yaml, ps1
5 criteria are used to exclude files from analysis:
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (3 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) (0 files).
exclude files with path like ".*/sokrates_conventions[.]json " (Sokrates scoping conventions) (1 file).
The source code folder contains 23 files:
15 files are included in analyses.
8 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 96 LOC (10%) 2 files
The following criteria are used to filter files:
files with paths like ".* ".
5 files match defined criteria (504 lines of code, 100.0% vs. main code):
1 *.cake files (199 lines of code)
1 *.ps1 files (197 lines of code)
1 *.cs files (50 lines of code)
1 *.yaml files (43 lines of code)
1 *.py files (15 lines of code)
" *.cake" is biggest, containing 39.48% of code.
" *.py" is smallest, containing 2.98% of code.
*.cake 199 LOC (39%) 1 files
*.ps1 197 LOC (39%) 1 files
*.cs 50 LOC (9%) 1 files
*.yaml 43 LOC (8%) 1 files
*.py 15 LOC (2%) 1 files
The following criteria are used to filter files:
files with paths like ".*[.][Tt]ests/.* ".
files with paths like ".*[.][Tt]ests[.].* ".
files with any line of content like ".*/simpletest/.* ".
2 files match defined criteria (46 lines of code, 9.1% vs. main code):
1 *.cs files (28 lines of code)
1 *.csproj files (18 lines of code)
" *.cs" is biggest, containing 60.87% of code.
" *.csproj" is smallest, containing 39.13% of code.
*.cs 28 LOC (60%) 1 files
*.csproj 18 LOC (39%) 1 files
The following criteria are used to filter files:
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]csproj ".
files with paths like ".*[.]sh ".
2 files match defined criteria (96 lines of code, 19.0% vs. main code):
1 *.sh files (79 lines of code)
1 *.csproj files (17 lines of code)
" *.sh" is biggest, containing 82.29% of code.
" *.csproj" is smallest, containing 17.71% of code.
*.sh 79 LOC (82%) 1 files
*.csproj 17 LOC (17%) 1 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 ".*[.]json ".
files with paths like ".*[.]txt ".
files with paths like ".*/[.]gitignore ".
6 files match defined criteria (297 lines of code, 58.9% vs. main code):
4 *.md files (232 lines of code)
2 *.json files (65 lines of code)
" *.md" is biggest, containing 78.11% of code.
" *.json" is smallest, containing 21.89% of code.
*.md 232 LOC (78%) 4 files
*.json 65 LOC (21%) 2 files
*.cake files are analyzed with CSharpAnalyzer:
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 (based on namespace heuristics)
*.ps1 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
*.cs files are analyzed with CSharpAnalyzer:
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 (based on namespace heuristics)
*.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
*.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 15:44