Home | History | Annotate | Download | only in contrib

Lines Matching refs:subcounts

182 		my @subcounts;
184 $subcounts[$_] = @{$analyzed_results{$cat}->[$_] || []} for(0..2);
185 print "\u$cat: ", ($subcounts[0]+$subcounts[1]+$subcounts[2]), "\n";
192 print "\tSuccess in old1 only: $subcounts[$i]\n";
194 print "\tFailure in old1 only: $subcounts[$i]\n";
198 print "\tSuccess in old2 only: $subcounts[$i]\n";
200 print "\tFailure in old2 only: $subcounts[$i]\n";
204 print "\tFailure in new only: $subcounts[$i]\n";
206 print "\tSuccess in new only: $subcounts[$i]\n";