Home | History | Annotate | Download | only in bin

Lines Matching refs:bug_type

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