Searched refs:bug_counter (Results 1 – 1 of 1) sorted by relevance
34 bug_counter = create_counters()36 bug_counter(bug)37 result = crash_count + bug_counter.total48 if bug_counter.total:49 fragments.append(bug_summary(args.output, bug_counter))116 def bug_summary(output_dir, bug_counter): argument143 | </tr>""", indent).format(bug_counter.total))144 for category, types in bug_counter.categories.items():