Lines Matching refs:CoverageException
19 from coverage.misc import CoverageException, file_be_gone, isolate_module
293 raise CoverageException(
311 raise CoverageException("Doesn't seem to be a coverage.py data file")
337 raise CoverageException("Can't add lines to existing arc data")
363 raise CoverageException("Can't add arcs to existing line data")
388 raise CoverageException(
393 raise CoverageException(
422 raise CoverageException("Can't touch files in an empty CoverageData")
477 raise CoverageException("Can't combine arc data with line data")
479 raise CoverageException("Can't combine line data with arc data")
494 raise CoverageException(
702 raise CoverageException("Couldn't combine from non-existent path '%s'" % (p,))
708 except CoverageException as exc:
710 # The CoverageException has the file name in it, so just