Lines Matching defs:path
157 function fileCoverage($sqlite, $file, $test = null)
162 function mangleFile($path, $istest = false)
527 function coveragePercentage($sourcefile, $testfile = null)
532 function coverageInfo($path)
537 function coverageInfoByTest($path, $test)
542 function retrieveCoverage($path)
547 function retrieveCoverageByTest($path, $test)
642 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
649 protected $aggregator;
809 function coveragePercentage($sourcefile, $testfile = null)
814 function coverageInfo($path)
819 function coverageInfoByTest($path, $test)
824 function retrieveCoverage($path)
829 function retrieveCoverageByTest($path, $test)
930 protected $pathCovered = array();
1189 return array($this->coveredlines, $this->totallines);
1200 }
1237 }
1257 $ret[$res['linenumber']] = $res['coverage'];
1271 return $id[0];
1323 $stmt->bindValue(':md5', $md5);
1395 $coverage = $res[0];
1567 PEAR2\Pyrus\Developer\CoverageAnalyzer\AbstractSourceDecorator;