Package CPSRSS :: Package tests :: Module coverage
[show private | hide private]
[frames | no frames]

Module CPSRSS.tests.coverage

Usage:

coverage.py -x MODULE.py [ARG1 ARG2 ...]
    Execute module, passing the given command-line arguments, collecting
    coverage data.

coverage.py -e
    Erase collected coverage data.

coverage.py -r [-m] FILE1 FILE2 ...
    Report on the statement coverage for the given files.  With the -m
    option, show line numbers of the statements that weren't executed.

coverage.py -a [-d dir] FILE1 FILE2 ...
    Make annotated copies of the given files, marking statements that
    are executed with > and statements that are missed with !.  With
    the -d option, make the copies in that directory.  Without the -d
    option, make each copy in the same directory as the original.

Coverage data is saved in the file .coverage by default.  Set the
COVERAGE_FILE environment variable to save it somewhere else.

Classes
coverage  

Function Summary
  analysis(*args)
  erase(*args)
  report(*args)
  start(*args)
  stop(*args)
  t(f, x, y)

Variable Summary
dict c = {}
coverage the_coverage = <CPSRSS.tests.coverage.coverage instance ...

Variable Details

c

Type:
dict
Value:
{}                                                                     

the_coverage

Type:
coverage
Value:
<CPSRSS.tests.coverage.coverage instance at 0xb471c60c>                

Generated by Epydoc 2.1 on Mon Jun 27 12:46:14 2005 http://epydoc.sf.net