From dbf5ff6bd2aade2622c6132d3c855a0b9bae1eff Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 2 May 2009 22:31:37 -0400 Subject: There are three phases of work in coverage. --- TODO.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 829701b..f613993 100644 --- a/TODO.txt +++ b/TODO.txt @@ -81,8 +81,14 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do - New docs, rather than pointing to Gareth's - Min python version is 2.3. - - Distinction between ignore (files not to trace), exclude (lines not to trace), - and omit (files not to report) + - Three phases of work: + - Collection + - Analysis + - Reporting + - Distinction between: + - ignore (files not to collect) + - exclude (lines not to report as missed) + - omit (files not to report) - Changes from coverage 2.x: - Bare "except:" lines now count as executable code. - Double function decorators: all decorator lines count as executable code. -- cgit v1.2.1