(self, view, title, contents)
| 740 | return False |
| 741 | |
| 742 | def show_plain_text_report(self, view, title, contents): |
| 743 | pass |
| 744 | |
| 745 | def show_markdown_report(self, view, title, contents, plaintext): |
| 746 | self.show_html_report(view, title, markdown_to_html(contents), plaintext) |
no outgoing calls
no test coverage detected