Analysis scope, overview of main, test, generated, deployment, build, and other code.
11 extensions are included in analyses: java, xml, py, gradle, md, properties, json, gitignore, txt, bat, kt
4 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 ".*/gradle/wrapper/.* " (Gradle) (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 94 files:
81 files are included in analyses.
13 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 308 LOC (7%) 10 files
The following criteria are used to filter files:
files with paths like ".* ".
44 files match defined criteria (2,676 lines of code, 100.0% vs. main code):
22 *.java files (1,862 lines of code)
6 *.py files (728 lines of code)
15 *.xml files (81 lines of code)
1 *.kt files (5 lines of code)
" *.java" is biggest, containing 69.58% of code.
" *.kt" is smallest, containing 0.19% of code.
*.java 1862 LOC (69%) 22 files
*.py 728 LOC (27%) 6 files
*.xml 81 LOC (3%) 15 files
*.kt 5 LOC (<1%) 1 files
The following criteria are used to filter files:
files with paths like ".*/[Tt]ests/.* ".
files with paths like ".*/test_.* ".
files with paths like ".*/[Tt]est/.* ".
13 files match defined criteria (662 lines of code, 24.7% vs. main code):
4 *.java files (422 lines of code)
6 *.py files (183 lines of code)
3 *.xml files (57 lines of code)
" *.java" is biggest, containing 63.75% of code.
" *.xml" is smallest, containing 8.61% of code.
*.java 422 LOC (63%) 4 files
*.py 183 LOC (27%) 6 files
*.xml 57 LOC (8%) 3 files
The following criteria are used to filter files:
files with paths like ".*[.]gradle ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*/AndroidManifest[.]xml ".
files with paths like ".*[.]bat ".
10 files match defined criteria (308 lines of code, 11.5% vs. main code):
7 *.gradle files (220 lines of code)
1 *.bat files (61 lines of code)
2 *.xml files (27 lines of code)
" *.gradle" is biggest, containing 71.43% of code.
" *.xml" is smallest, containing 8.77% of code.
*.gradle 220 LOC (71%) 7 files
*.bat 61 LOC (19%) 1 files
*.xml 27 LOC (8%) 2 files
The following criteria are used to filter files:
files with paths like ".*[.]md ".
files with paths like ".*[.]json ".
files with paths like ".*/README[.][a-z0-9]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]properties ".
files with paths like ".*[.]txt ".
14 files match defined criteria (525 lines of code, 19.6% vs. main code):
6 *.md files (379 lines of code)
4 *.json files (104 lines of code)
4 *.properties files (42 lines of code)
" *.md" is biggest, containing 72.19% of code.
" *.properties" is smallest, containing 8% of code.
*.md 379 LOC (72%) 6 files
*.json 104 LOC (19%) 4 files
*.properties 42 LOC (8%) 4 files
*.java files are analyzed with JavaAnalyzer:
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 package names)
*.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
*.xml files are analyzed with XmlAnalyzer:
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
*.kt files are analyzed with KotlinAnalyzer:
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 (based on imports and package statements)
2022-04-16 06:53