MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/artinside/www/finance/vendor/php-di/php-di/.gitstats.yml
tasks:
    'Commit message': "git log -1 --pretty=%B | head -n 1"
    'Commit author': "git log -1 --pretty=%an"
    'Number of files': "find . -type f | wc -l"
    'Number of directories': "find . -type d | wc -l"
    'Number of PHP files': "find . -type f -name '*.php' | wc -l"
    'Number of documentation files': "find . -type f -name '*.md' | wc -l"
    'Lines of documentation': "find . -type f -name '*.md' | xargs wc -l | tail -n 1 | awk '{print $1}'"
    'Lines of code': "phploc src | grep 'Lines of Code (LOC)' | awk '{print $5}'"
    'Lines of comments': "phploc src | grep 'Comment Lines of Code (CLOC)' | awk '{print $6}'"
    'Average Complexity per LLOC': "phploc src | grep 'Average Complexity per LLOC' | awk '{print $5}'"
    'Number of tests': "phploc tests --count-tests | grep 'Methods' | tail -n 1 | awk '{print $2}'"