Skip to content

Commit 1be53a8

Browse files
committed
docs: add clarification about missing line numbers in the text report
1 parent 87bc26b commit 1be53a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/cmd.rst

+6
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,12 @@ detail the missed branches::
600600
---------------------------------------------------------------------
601601
TOTAL 91 12 18 3 87%
602602

603+
Ranges of lines are shown with a dash: "17-23" means all lines from 17 to 23
604+
inclusive are missing coverage. Missed branches are shown with an arrow:
605+
"40->45" means the branch from line 40 to line 45 is missing. A branch can go
606+
backwards in a file, so you might see a branch from a later line to an earlier
607+
line, like "55->50".
608+
603609
You can restrict the report to only certain files by naming them on the
604610
command line::
605611

0 commit comments

Comments
 (0)