Analysis scope, overview of main, test, generated, deployment, build, and other code.
12 extensions are included in analyses: go, py, md, gitignore, json, c, in, dockerfile, dockerignore, txt, sh, yaml
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 ".*/sokrates_.*?[.]json " (Sokrates conventions and configurations) (1 file).
exclude files with path like ".*/Godeps/.* " (Golang dependencies) (1 file).
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 70 files:
53 files are included in analyses.
17 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 8 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".* ".
36 files match defined criteria (5,954 LOC, 100.0% vs. main code):
31 *.go files (5,644 LOC)
1 *.c files (170 LOC)
3 *.py files (133 LOC)
1 *.in files (7 LOC)
" *.go" is biggest, containing 94.79% of LOC.
" *.in" is smallest, containing 0.12% of LOC.
*.go 5644 LOC (94%) 31 files
*.c 170 LOC (2%) 1 file
*.py 133 LOC (2%) 3 files
*.in 7 LOC (<1%) 1 file
The following criteria are used to filter files:
files with paths like ".*_test[.].* ".
files with paths like ".*/[Tt]ests/.* ".
files with paths like ".*/test_.* ".
11 files match defined criteria (950 LOC, 16.0% vs. main code):
9 *.go files (923 LOC)
2 *.py files (27 LOC)
" *.go" is biggest, containing 97.16% of LOC.
" *.py" is smallest, containing 2.84% of LOC.
*.go 923 LOC (97%) 9 files
*.py 27 LOC (2%) 2 files
The following criteria are used to filter files:
files with paths like ".*[.]dockerfile ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]sh ".
2 files match defined criteria (8 LOC, 0.1% vs. main code):
1 *.dockerfile files (7 LOC)
1 *.sh files (1 LOC)
" *.dockerfile" is biggest, containing 87.5% of LOC.
" *.sh" is smallest, containing 12.5% of LOC.
*.dockerfile 7 LOC (87%) 1 file
*.sh 1 LOC (12%) 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 ".*/[.]gitignore ".
files with paths like ".*[.]json ".
files with paths like ".*/[.]dockerignore ".
files with paths like ".*/[Ee]xamples/.* ".
files with paths like ".*[.]txt ".
4 files match defined criteria (90 LOC, 1.5% vs. main code):
3 *.md files (75 LOC)
1 *.py files (15 LOC)
" *.md" is biggest, containing 83.33% of LOC.
" *.py" is smallest, containing 16.67% of LOC.
*.md 75 LOC (83%) 3 files
*.py 15 LOC (16%) 1 file
*.go files are analyzed with GoLangAnalyzer:
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
*.c files are analyzed with CStyleAnalyzer:
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
*.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
*.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-04-14 11:47