Home | History | Annotate | Download | only in python2.7

Lines Matching refs:results

47   r = tracer.results()
97 once and write the results to sys.stdout after the
100 results to sys.stdout after the program exits.
102 any code. `--file' must specify the results file to
358 """Return a coverage results file in path."""
467 added into the results
468 @param outfile file in which to write the results
649 def results(self):
786 results = CoverageResults(infile=counts_file, outfile=counts_file)
787 results.write_results(missing, summary=summary, coverdir=coverdir)
813 results = t.results()
816 results.write_results(missing, summary=summary, coverdir=coverdir)