File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ In the HTML report the lines of code will be annotated like `branch_type: hit_co
325325* `then: 2` - the then branch (of an `if`) was executed twice
326326* `else: 0` - the else branch (of an `if` or `case`) was never executed
327327
328- Not that even if you don' t declare an ` else` branch it will still show up in the coverage
329- reports meaning that the condition of the ` if` was not hit or that no ` when` of ` case`
328+ Note that even if you don' t declare an ` else` branch, it will still show up in the coverage
329+ reports, meaning that the condition of the ` if` was not hit or that no ` when` of ` case`
330330was hit during the test runs.
331331
332332** Is branch coverage strictly better?** No . Branch coverage really only concerns itself with
You can’t perform that action at this time.
0 commit comments