summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-09 20:40:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-09 21:06:43 -0500
commit39f8ce22f2a6fa9d19f45211b5981ac900b8154b (patch)
treef699d3552adb66cb205a612c778a4cf2f9c11c17 /doc/branch.rst
parentffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff)
downloadpython-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz
Remove :history: lines
Diffstat (limited to 'doc/branch.rst')
-rw-r--r--doc/branch.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/branch.rst b/doc/branch.rst
index 312b3a3a..3f6ba54b 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -7,15 +7,9 @@
Branch coverage measurement
===========================
-.. :history: 20091127T201300, new for version 3.2
-.. :history: 20100725T211700, updated for 3.4.
-.. :history: 20110604T181700, updated for 3.5.
-.. :history: 20111214T181800, Fix a bug that Guido pointed out.
-
.. highlight:: python
:linenothreshold: 5
-
In addition to the usual statement coverage, coverage.py also 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,