diff options
Diffstat (limited to 'doc/branch.rst')
-rw-r--r-- | doc/branch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |