Lines Matching refs:report
6 """ This module is responsible to generate 'index.html' for the report.
32 """ Responsible for the report directory.
35 keep -- a boolean value to keep or delete the empty report directory. """
45 logging.info('Report directory created: %s', name)
55 msg = "Report directory '%s' contans no report, but kept."
57 msg = "Removing directory '%s' because it contains no report."
65 """ Generates cover report and returns the number of bugs/crashes. """
89 # copy additinal files to the report
100 """ Put together the fragments into a final report. """
236 | <td><a href="{report_file}#EndPath">View Report</a></td>
297 the final report (cover) only once. """
372 """ Parse out the crash information from the report file. """
390 The result will be used as CSS class selector in the final report. """
458 """ Copy the javascript and css files to the report directory. """