Home
last modified time | relevance | path

Searched refs:getCoverageForFileWithIgnoredLines (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCloverTest.php36 $clover->process($this->getCoverageForFileWithIgnoredLines())
H A DCrap4jTest.php36 …$crap4j->process($this->getCoverageForFileWithIgnoredLines(), null, 'CoverageForFileWithIgnoredLin…
H A DTextTest.php36 str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForFileWithIgnoredLines()))
H A DXMLTest.php53 $xml->process($this->getCoverageForFileWithIgnoredLines(), self::$TEST_TMP_PATH);
H A DHTMLTest.php57 $report->process($this->getCoverageForFileWithIgnoredLines(), self::$TEST_TMP_PATH);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php267 protected function getCoverageForFileWithIgnoredLines() function in SebastianBergmann\\CodeCoverage\\TestCase