Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php68 private $numExecutedLines = -1; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
184 $this->numExecutedLines = -1;
329 if ($this->numExecutedLines == -1) {
330 $this->numExecutedLines = 0;
333 $this->numExecutedLines += $child->getNumExecutedLines();
337 return $this->numExecutedLines;
H A DFile.php38 private $numExecutedLines = 0; variable in SebastianBergmann\\CodeCoverage\\Node\\File
226 return $this->numExecutedLines;
470 $this->numExecutedLines++;