Analysis scope, overview of main, test, generated, deployment, build, and other code.
11 extensions are included in analyses: php, mo, po, js, json, txt, md, css, xml, gitignore, properties
3 criteria are used to exclude files from analysis:
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (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 141 files:
135 files are included in analyses.
6 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 101 LOC (<1%) 1 files
The following criteria are used to filter files:
files with paths like ".* ".
89 files match defined criteria (5,978 lines of code, 100.0% vs. main code):
32 *.php files (3,099 lines of code)
26 *.po files (2,175 lines of code)
26 *.mo files (382 lines of code)
4 *.js files (319 lines of code)
1 *.css files (3 lines of code)
" *.php" is biggest, containing 51.84% of code.
" *.css" is smallest, containing 0.05% of code.
*.php 3099 LOC (51%) 32 files
*.po 2175 LOC (36%) 26 files
*.mo 382 LOC (6%) 26 files
*.js 319 LOC (5%) 4 files
*.css 3 LOC (<1%) 1 files
The following criteria are used to filter files:
files with paths like ".*__tests__.* ".
35 files match defined criteria (2,706 lines of code, 45.3% vs. main code). All matches are in *.php files.
*.php 2706 LOC (100%) 35 files
The following criteria are used to filter files:
files with paths like ".*/package[-]lock[.]json ".
1 file matches defined criteria (1,569 lines of code, 26.2% vs. main code). All matches are in *.json files.
*.json 1569 LOC (100%) 1 files
The following criteria are used to filter files:
files with paths like ".*/build[.]xml ".
files with paths like ".*/package[-]lock[.]json ".
files with paths like ".*/package[.]json ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
1 file matches defined criteria (101 lines of code, 1.7% vs. main code). All matches are in *.xml files.
*.xml 101 LOC (100%) 1 files
The following criteria are used to filter files:
files with paths like ".*[.]md ".
files with paths like ".*[.]properties ".
files with paths like ".*[.]json ".
files with paths like ".*/README[.][a-z0-9]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]txt ".
10 files match defined criteria (2,006 lines of code, 33.6% vs. main code):
4 *.json files (1,687 lines of code)
2 *.txt files (217 lines of code)
3 *.md files (81 lines of code)
1 *.properties files (21 lines of code)
" *.json" is biggest, containing 84.1% of code.
" *.properties" is smallest, containing 1.05% of code.
*.json 1687 LOC (84%) 4 files
*.txt 217 LOC (10%) 2 files
*.md 81 LOC (4%) 3 files
*.properties 21 LOC (1%) 1 files
*.php files are analyzed with PhpAnalyzer:
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
*.po 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
*.mo 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
*.js files are analyzed with JavaScriptAnalyzer:
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
*.css files are analyzed with CssAnalyzer:
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
2022-04-15 05:00