PHP console tool to analyze PHPUnit test coverage reports in PHP format.
composer require ernst/coverlyzer
Generate a coverage report in PHP format:
phpunit --coverage-php=path/to/file.php
Pass the report file as parameter to the coverlyzer script:
./vendor/bin/coverlyzer path/to/file.php
Coverlyzer is released under the MIT license. Parts of the code are from Pest