Lines Matching refs:total
1802 my ($testnum, $count, $total, $errorreturncode)=@_;
1805 my $esttotal = $sofar/$count * $total;
1815 $count, $total, $timeleft, $took, $duration);
1839 my ($runnerid, $testnum, $count, $total)=@_;
2023 singletest_success($testnum, $count, $total, ignoreresultcode($testnum));
2882 my $total=0;
3018 $total++; # number of tests we've run
3114 my $all = $total + $numskipped;
3181 if($total) {
3195 logmsg sprintf("TESTDONE: $ok tests out of $total reported OK: %d%%\n",
3196 $ok/$total*100);
3198 if($failed && ($ok != $total)) {
3216 if(($total && (($ok+$ign) != $total)) || !$total || $unexpected) {