From 5d1fb03bf3c3eb4f511289e0728f37a183296d4a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 25 Jul 2010 19:28:51 -0400 Subject: Lots of doc updates, more to come. --- doc/branch.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/branch.rst') diff --git a/doc/branch.rst b/doc/branch.rst index 71681317..8f1583a1 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -10,10 +10,10 @@ Branch coverage measurement :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 -those destinations are actually visited, and flags lines that haven't visited -all of their possible destinations. +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, +and flags lines that haven't visited all of their possible destinations. For example:: -- cgit v1.2.1