Searched refs:runCount (Results 1 – 4 of 4) sorted by relevance
122 $aSuiteResult['counts']['run'] = $result->runCount();128 $per = 100/$result->runCount();
568 $this->_setLabelValue($this->numberOfRuns, $result->runCount());573 $this->_updateProgress($result->runCount(),
256 function runCount() { function in PHPUnit_TestResult
63197 var runCount = (run & POINT_RUN_COUNT_MASK) + 1;63199 for (var j = 0; j < runCount && i < count; j++) {63212 var runCount = (run & DELTA_RUN_COUNT_MASK) + 1;63214 i += runCount;63217 for (var j = 0; j < runCount && i < count; j++) {