Searched refs:HtmlReporter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dhtml.py29 class HtmlReporter(Reporter): class in inherits:Reporter
45 super(HtmlReporter, self).__init__(cov, ignore_errors)
H A Dcontrol.py13 from coverage.html import HtmlReporter namespace
598 reporter = HtmlReporter(self, self.config.ignore_errors)

Completed in 832 milliseconds