Home
last modified time | relevance | path

Searched refs:getLinesOfCode (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php287 public function getLinesOfCode() function in SebastianBergmann\\CodeCoverage\\Node\\Directory
293 $linesOfCode = $child->getLinesOfCode();
H A DAbstractNode.php271 abstract public function getLinesOfCode(); function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode
H A DFile.php204 public function getLinesOfCode() function in SebastianBergmann\\CodeCoverage\\Node\\File
406 $this->linesOfCode = $tokens->getLinesOfCode();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php190 $linesOfCode = $item->getLinesOfCode();
222 $linesOfCode = $report->getLinesOfCode();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php208 $loc = $node->getLinesOfCode();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php473 public function getLinesOfCode() function in PHP_Token_Stream