diff options
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 |