Libraries tagged by Test Coverage
infection/infection
21461775 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
nette/tester
6351945 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
php-coveralls/php-coveralls
12307449 Downloads
PHP client library for Coveralls API
dvdoug/behat-code-coverage
2827223 Downloads
Generate Code Coverage reports for Behat tests
pestphp/pest-plugin-type-coverage
1700283 Downloads
The Type Coverage plugin for Pest PHP.
satooshi/php-coveralls
5111745 Downloads
PHP client library for Coveralls API
codeclimate/php-test-reporter
1696700 Downloads
PHP client for reporting test coverage to Code Climate
codacy/coverage
1476054 Downloads
Sends PHP test coverage information to Codacy.
friends-of-phpspec/phpspec-code-coverage
2239904 Downloads
Generate Code Coverage reports for PhpSpec tests
humbug/humbug
153971 Downloads
Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.
thor-juhasz/phpunit-coverage-check
430712 Downloads
A PHPUnit test coverage checker
esi/phpunit-coverage-check
82672 Downloads
Check the code coverage using the clover report of PHPUnit.
pestphp/pest-plugin-coverage
627810 Downloads
The Pest Coverage Plugin
simpletest/simpletest
344345 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
ockcyp/covers-validator
190424 Downloads
Validates @covers tags in PHPUnit tests