Home | History | Annotate | Download | only in Scripts

Lines Matching refs:newCount

2621     my $newCount = $counts{new} || 0;
2622 my $failureCount = $count - $passCount - $newCount; # "Failure" here includes timeouts, crashes, etc.