Lines Matching refs:results
47 r = tracer.results()
207 Write the coverage results.
211 :param coverdir: If None, the results of each module are placed in its
298 """Return a coverage results file in path."""
405 added into the results
406 @param outfile file in which to write the results
588 def results(self):
612 'and write the results to sys.stdout after the program exits. '
615 help='Keep track of caller/called pairs and write the results to '
623 'code. --file must specify the results file to read, which '
682 results = CoverageResults(infile=opts.file, outfile=opts.file)
683 return results.write_results(opts.missing, opts.summary, opts.coverdir)
735 results = t.results()
738 results.write_results(opts.missing, opts.summary, opts.coverdir)