Home
last modified time | relevance | path

Searched refs:getLineExecutedPercent (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php64 'linesExecutedPercent' => $node->getLineExecutedPercent(false),
65 'linesExecutedPercentAsString' => $node->getLineExecutedPercent(),
H A DFile.php93 'linesExecutedPercent' => $node->getLineExecutedPercent(false),
94 'linesExecutedPercentAsString' => $node->getLineExecutedPercent(),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php40 $this->assertEquals('50.00%', $root->getLineExecutedPercent());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php206 public function getLineExecutedPercent($asString = true) function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode