diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:33:52 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 20:33:52 -0500 |
commit | d717229a0452abd616fa8f021636784b337a6191 (patch) | |
tree | 5ea421c3cffc811417a2692fa2d8f652c0ceb965 /doc/branch.rst | |
parent | fb971f338581e9c9d35009fb61effbae3ea48d3c (diff) | |
download | python-coveragepy-git-d717229a0452abd616fa8f021636784b337a6191.tar.gz |
Docs functionally complete for 3.3
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 a7f95e7d..71681317 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -6,6 +6,9 @@ Branch coverage measurement :history: 20091127T201300, new for version 3.2 +.. highlight:: python + :linenothreshold: 5 + 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 |