Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php210 $this->coverage->setCheckForUnexecutedCoveredCode(null);
215 $this->coverage->setCheckForUnexecutedCoveredCode(true);
495 $this->coverage->setCheckForUnexecutedCoveredCode(true);
522 $this->coverage->setCheckForUnexecutedCoveredCode(true);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php495 public function setCheckForUnexecutedCoveredCode($flag) function in SebastianBergmann\\CodeCoverage\\CodeCoverage