Searched refs:getLinesToBeIgnored (Results 1 – 2 of 2) sorted by relevance
377 $this->getLinesToBeIgnored()->invoke(388 $this->getLinesToBeIgnored()->invoke(411 $this->getLinesToBeIgnored()->invoke(454 $this->getLinesToBeIgnored()->invoke(464 private function getLinesToBeIgnored() function in SebastianBergmann\\CodeCoverage\\CodeCoverageTest466 $getLinesToBeIgnored = new \ReflectionMethod(471 $getLinesToBeIgnored->setAccessible(true);473 return $getLinesToBeIgnored;482 $this->getLinesToBeIgnored()->invoke(
673 foreach ($this->getLinesToBeIgnored($filename) as $line) {734 private function getLinesToBeIgnored($filename) function in SebastianBergmann\\CodeCoverage\\CodeCoverage