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 | 43a86c0668ec0e314f1b828aee2dd3862151053a (patch) | |
tree | 9a7373bec256c13071cd10bf5024cee608049d91 /doc/branch.rst | |
parent | 8955ddc38ddaecde0b7a75f2744cb65642bac929 (diff) | |
download | python-coveragepy-43a86c0668ec0e314f1b828aee2dd3862151053a.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 1966b45..28e8c77 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 |