diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 06:52:34 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 06:52:34 -0500 |
| commit | b2cf3b8d1f1908c3d9732387346f038f84cc6ca0 (patch) | |
| tree | 000022c6f3ef28e6f5ebb578a65c20c7eb186db9 /doc/branch.rst | |
| parent | 7537d098950ad231991bbaabbe2bddca8cd024c7 (diff) | |
| download | python-coveragepy-git-b2cf3b8d1f1908c3d9732387346f038f84cc6ca0.tar.gz | |
More doc tweaks, and a css file to make the drafts look more like the site.
Diffstat (limited to 'doc/branch.rst')
| -rw-r--r-- | doc/branch.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/branch.rst b/doc/branch.rst index 1966b45d..28e8c778 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -4,6 +4,9 @@ Branch coverage measurement =========================== +:history: 20091127T201300, new for version 3.2 + + Coverage.py now supports branch coverage measurement. Where a line in your program could jump to more than one next line, coverage.py tracks which of those destinations are actually visited, and flags lines that haven't visited |
