Lines Matching full:reports
5 which reports have been added, removed, or changed.
9 1. To monitor changes in the static analyzer's reports on real code bases,
212 self.reports: List[AnalysisReport] = []
213 # Cumulative list of all diagnostics from all the reports.
230 # reports. Assume that all reports were created using the same
238 # Ignore/delete empty reports.
244 # Extract the HTML reports, if they exists.
265 self.reports.append(report)
474 for report in results.reports:
610 out.write(f"TOTAL REPORTS: {total_reports}\n")
616 aux_log.write(f"('TOTAL NEW REPORTS', {total_reports})\n")