You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiment with code coverage and see how well [LLVM source-based code coverage](https://rustc-dev-guide.rust-lang.org/llvm-coverage-instrumentation.html) works.
8
+
> Note: I believe the library with `if_short_circuit_and()` and `short_circuit_and()`
9
+
> shows that `branch coverage` as tracked in [rust issue #79649](https://github.com/rust-lang/rust/issues/79649).
10
+
> I've provided a couple comments to that effect [here](https://github.com/rust-lang/rust/issues/79649#issuecomment-1214483770)
11
+
> and [here](https://github.com/rust-lang/rust/issues/79649#issuecomment-1215764155).
8
12
9
13
Short answer seems to be that llvm-cov is better than tarpaulin as I
10
14
never see 100% for trapaulin. But llvm-cov is not perfect. I've
0 commit comments