We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8d05f commit 12d7bacCopy full SHA for 12d7bac
tests/coverage/no_spans.coverage
@@ -23,7 +23,7 @@
23
LL| |}
24
LL| |
25
LL| |macro_that_defines_a_function! {
26
- LL| | fn affected_function() {
+ LL| 1| fn affected_function() {
27
LL| 1| || ()
28
LL| | }
29
tests/coverage/no_spans_if_not.coverage
@@ -19,11 +19,11 @@
19
20
21
22
- LL| | if !false {
- LL| | ()
+ LL| 1| if !false {
+ LL| 1| ()
LL| | } else {
+ LL| 0| ()
0 commit comments