mageekguy\atoum\runner::getCoverage PHP Method

getCoverage() public method

public getCoverage ( )
    public function getCoverage()
    {
        return $this->score->getCoverage();
    }

Usage Example

示例#1
0
 public function testGetCoverage()
 {
     $this->if($runner = new testedClass())->then->object($runner->getCoverage())->isIdenticalTo($runner->getScore()->getCoverage());
 }
runner