Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php910 $allowedLines = $this->getAllowedLines(
943 $expectedLines = $this->getAllowedLines(
981 private function getAllowedLines(array $linesToBeCovered, array $linesToBeUsed) function in SebastianBergmann\\CodeCoverage\\CodeCoverage