Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php63 private $numExecutableLines = -1; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
183 $this->numExecutableLines = -1;
311 if ($this->numExecutableLines == -1) {
312 $this->numExecutableLines = 0;
315 $this->numExecutableLines += $child->getNumExecutableLines();
319 return $this->numExecutableLines;
H A DFile.php33 private $numExecutableLines = 0; variable in SebastianBergmann\\CodeCoverage\\Node\\File
216 return $this->numExecutableLines;
451 $this->numExecutableLines++;