Home | History | Annotate | Download | only in Scripts

Lines Matching refs:passCount

2620     my $passCount = $counts{match} || 0; # $counts{match} will be undefined if we've not yet passed a test (e.g. the first test fails).
2622 my $failureCount = $count - $passCount - $newCount; # "Failure" here includes timeouts, crashes, etc.