Home
last modified time | relevance | path

Searched refs:UnintentionallyCoveredCodeException (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php602 * @throws UnintentionallyCoveredCodeException
906 * @throws UnintentionallyCoveredCodeException
928 throw new UnintentionallyCoveredCodeException(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php16 class UnintentionallyCoveredCodeException extends RuntimeException class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php15 use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; alias
807 } catch (UnintentionallyCoveredCodeException $cce) {