Home | History | Annotate | Download | only in bin

Lines Matching refs:bug_type

688       my $bug_type = ($row->[2]);
690 my $key = "$bug_category:$bug_type";
692 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }