Lines Matching refs:counts
489 my %counts;
936 $counts{error}++;
944 my $passCount = $counts{match} || 0; # $counts{match} will be undefined if we've not yet passed a test (e.g. the first test fails).
1000 if ($skippedOnly && $counts{"match"}) {
1007 if ($resetResults || ($counts{match} && $counts{match} == $count)) {
1550 $counts{$result}++;
2209 my $typeCount = $counts{$type};