Home
last modified time | relevance | path

Searched refs:getCodeCoverage (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php315 $result->getCodeCoverage()->merge(
316 $childResult->getCodeCoverage()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php816 if ($result->getCodeCoverage()) {
817 $codeCoverageFilter = $result->getCodeCoverage()->filter();
H A DTestResult.php925 public function getCodeCoverage() function in PHPUnit_Framework_TestResult