summaryrefslogtreecommitdiff
path: root/coverage/control.py
Commit message (Collapse)AuthorAgeFilesLines
* Defaulting report and annotate to all files now happens inside coverage, ↵Ned Batchelder2009-03-111-0/+2
| | | | rather than in CoverageScript.
* FileLocator is a better name than FileWrangler.Ned Batchelder2009-03-111-7/+7
|
* Split out the filename operations; Morf -> CodeUnit.Ned Batchelder2009-03-111-75/+19
| | | | | --HG-- rename : coverage/morf.py => coverage/codeunit.py
* Yank morfs into their own class. This doesn't work yet.Ned Batchelder2009-03-101-61/+22
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+410