From 080e181a8cc21b8e555fa96eaa54762eb2a76c8e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 23 Jul 2015 21:22:30 -0400 Subject: Refer to the project consistenly as coverage.py. #275 --- doc/branch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/branch.rst') diff --git a/doc/branch.rst b/doc/branch.rst index 2738447e..71367de4 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -13,7 +13,7 @@ Branch coverage measurement :linenothreshold: 5 -In addition to the usual statement coverage, Coverage.py also supports branch +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. -- cgit v1.2.1