Searched refs:show_missing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dsummary.py12 def __init__(self, coverage, show_missing=True, ignore_errors=False):
14 self.show_missing = show_missing
38 if self.show_missing:
62 if self.show_missing:
79 if self.show_missing:
H A Dcmdline.py46 show_missing = optparse.make_option( variable in class:Opts
122 show_missing=None,
177 Opts.show_missing,
291 Opts.show_missing,
543 show_missing=options.show_missing, **report_args)
H A Dcontrol.py547 def report(self, morfs=None, show_missing=True, ignore_errors=None,
565 self, show_missing, self.config.ignore_errors
/external/chromium_org/third_party/cython/src/
H A Druntests.py1898 coverage.report(modules, show_missing=0)

Completed in 129 milliseconds