diff options
Diffstat (limited to 'doc/branch.rst')
-rw-r--r-- | doc/branch.rst | 6 |
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, |