|
Here's the description:
I am not getting how multiple hits can change the coverage statistics, could you give me an example, please? And does this option have any performance implications? |
Answered by
petli
Nov 10, 2022
Replies: 2 comments 6 replies
|
This is intended as a performance improvement for code that iterates many, many times over some code blocks and the exact number of times isn't important. The coverage statistics in terms of covered lines and branches taken is not affected by this option. |
6 replies
Answer selected by
voroninp
|
Ok, then this would benefit you. It would be interesting to find out what runtimes you get with coverlet compared to dotCover! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is intended as a performance improvement for code that iterates many, many times over some code blocks and the exact number of times isn't important. The coverage statistics in terms of covered lines and branches taken is not affected by this option.