Skip to content

Commit af01563

Browse files
authored
Fixed a typo and added missing commas
1 parent afcf15e commit af01563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
330330
was hit during the test runs.
331331

332332
**Is branch coverage strictly better?** No. Branch coverage really only concerns itself with

0 commit comments

Comments
 (0)