Analysis scope, overview of main, test, generated, deployment, build, and other code.
13 extensions are included in analyses: c, h, in, txt, dsp, m4, sed, awk, xml, meta, mak, json, html
5 criteria are used to exclude files from analysis:
exclude files with path like ".*/sokrates_.*?[.]json " (Sokrates conventions and configurations) (1 file).
exclude files with path like ".*/docs/.* " (Documentation) (3 files).
exclude files with path like ".*[.]m4 " (stuff autogenerated by autoconf - still C deps) (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 56 files:
34 files are included in analyses.
22 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.
test 0 LOC (0%) 0 files
build and deployment 258 LOC (3%) 1 file
The following criteria are used to filter files:
files with paths like ".* ".
31 files match defined criteria (6,050 LOC, 100.0% vs. main code):
15 *.c files (5,466 LOC)
12 *.h files (453 LOC)
1 *.sed files (64 LOC)
1 *.awk files (39 LOC)
2 *.in files (28 LOC)
" *.c" is biggest, containing 90.35% of LOC.
" *.in" is smallest, containing 0.46% of LOC.
*.c 5466 LOC (90%) 15 files
*.h 453 LOC (7%) 12 files
*.sed 64 LOC (1%) 1 file
*.awk 39 LOC (<1%) 1 file
*.in 28 LOC (<1%) 2 files
The following criteria are used to filter files:
files with paths like ".*[.]dsp " AND any line of content like ".*[#] Microsoft Developer Studio Generated Build File.* ".
1 file matches defined criteria (178 LOC, 2.9% vs. main code). All matches are in *.dsp files.
*.dsp 178 LOC (100%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]mak ".
1 file matches defined criteria (258 LOC, 4.3% vs. main code). All matches are in *.mak files.
*.mak 258 LOC (100%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]json ".
files with paths like ".*[.]dsp ".
files with paths like ".*[.]txt ".
2 files match defined criteria (228 LOC, 3.8% vs. main code):
1 *.dsp files (178 LOC)
1 *.txt files (50 LOC)
" *.dsp" is biggest, containing 78.07% of LOC.
" *.txt" is smallest, containing 21.93% of LOC.
*.dsp 178 LOC (78%) 1 file
*.txt 50 LOC (21%) 1 file
*.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
*.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
*.sed 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
*.awk 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
*.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
2023-08-11 02:04