Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php717 $data[$uncoveredFile][$i] = Driver::LINE_NOT_EXECUTED;
1097 $fileCoverage[$key] = Driver::LINE_NOT_EXECUTED;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DDriver.php30 const LINE_NOT_EXECUTED = -1; define
H A DPHPDBG.php80 $sourceLines[$file][$lineNo] = self::LINE_NOT_EXECUTED;