As the title says in some classes there's an own coverage line included as example:
What does this mean?
Ctrl+U D commands. You can use this command to run coverage analysis of unit tests from the editor, from the Solution Explorer, or from unit tests sessions.
JetBrains dotCover is a . NET unit test runner and code coverage tool. dotCover lets us analyze how much of our . NET application code is actually being tested. By measuring method calls during unit tests or when running the application manually, dotCover shows us which statements were covered and which were not.
own coverage doesn't include code of generated classes/methods(==lambdas)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With