PHP code example of handcraftedinthealps / code-coverage-checker
1. Go to this page and download the library: Download handcraftedinthealps/code-coverage-checker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
handcraftedinthealps / code-coverage-checker example snippets
bash
phpunit --coverage-php "Tests/reports/coverage.php"
bash
vendor/bin/code-coverage-checker "Tests/reports/coverage.php" "line" "96.0"
bash
vendor/bin/code-coverage-checker "Tests/reports/coverage.php" "line" "96.0" "Directory/A" "Directory/B"