Home
last modified time | relevance | path

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

/dports/devel/arcanist/arcanist-b2e715f/src/unit/engine/
H A DNoseTestEngine.php62 $cover_tmp = new TempFile();
64 $future = $this->buildTestFuture($test_path, $xunit_tmp, $cover_tmp);
69 'cover' => $cover_tmp,
87 $cover_tmp = $tmpfiles[$test_path]['cover'];
93 $cover_tmp);
99 public function buildTestFuture($path, $xunit_tmp, $cover_tmp) { argument
107 $cover_tmp);
113 public function parseTestResults($source_path, $xunit_tmp, $cover_tmp) { argument
119 $coverage = $this->readCoverage($cover_tmp, $source_path);
H A DPytestTestEngine.php15 $cover_tmp = new TempFile();
17 $future = $this->buildTestFuture($junit_tmp, $cover_tmp);
29 $future = new ExecFuture('coverage xml -o %s', $cover_tmp);
33 return $this->parseTestResults($junit_tmp, $cover_tmp);
36 public function buildTestFuture($junit_tmp, $cover_tmp) { argument
51 public function parseTestResults($junit_tmp, $cover_tmp) { argument
57 $coverage_report = $this->readCoverage($cover_tmp);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/engine/
H A DNoseTestEngine.php62 $cover_tmp = new TempFile();
64 $future = $this->buildTestFuture($test_path, $xunit_tmp, $cover_tmp);
69 'cover' => $cover_tmp,
87 $cover_tmp = $tmpfiles[$test_path]['cover'];
93 $cover_tmp);
99 public function buildTestFuture($path, $xunit_tmp, $cover_tmp) { argument
107 $cover_tmp);
113 public function parseTestResults($source_path, $xunit_tmp, $cover_tmp) { argument
119 $coverage = $this->readCoverage($cover_tmp, $source_path);
H A DPytestTestEngine.php15 $cover_tmp = new TempFile();
17 $future = $this->buildTestFuture($junit_tmp, $cover_tmp);
29 $future = new ExecFuture('coverage xml -o %s', $cover_tmp);
33 return $this->parseTestResults($junit_tmp, $cover_tmp);
36 public function buildTestFuture($junit_tmp, $cover_tmp) { argument
51 public function parseTestResults($junit_tmp, $cover_tmp) { argument
57 $coverage_report = $this->readCoverage($cover_tmp);