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

Class coverage


Method Summary
  __init__(self)
  analysis(self, morf)
  analyze_morf(self, morf)
  annotate(self, morfs, directory, ignore_errors)
  canonical_filename(self, filename)
  canonicalize_filenames(self)
  command_line(self)
  erase(self)
  find_statement(self, tree, dict)
  find_statements(self, tree, dict)
  format_lines(self, statements, lines)
  help(self, error)
  morf_filename(self, morf)
  morf_name(self, morf)
  report(self, morfs, show_missing, ignore_errors)
  restore(self)
  save(self)
  start(self)
  stop(self)

Class Variable Summary
dict analysis_cache = {}
SRE_Pattern blank_re = \s*(#|$)
str cache_default = '.coverage'
str cache_env = 'COVERAGE_FILE'
dict canonical_filename_cache = {}
dict cexecuted = {}
SRE_Pattern else_re = \s*else\s*:\s*(#|$)
str error = 'coverage error'

Class Variable Details

analysis_cache

Type:
dict
Value:
{}                                                                     

blank_re

Type:
SRE_Pattern
Value:
\s*(#|$)                                                               

cache_default

Type:
str
Value:
'.coverage'                                                            

cache_env

Type:
str
Value:
'COVERAGE_FILE'                                                        

canonical_filename_cache

Type:
dict
Value:
{}                                                                     

cexecuted

Type:
dict
Value:
{}                                                                     

else_re

Type:
SRE_Pattern
Value:
\s*else\s*:\s*(#|$)                                                    

error

Type:
str
Value:
'coverage error'                                                       

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