Category "test-coverage"

What's the difference between alternative visited and just visited in the opencover?

Committing... Visited Classes 0 of 18 (0) Visited Methods 0 of 68 (0) Visited Points 0 of 133 (0) Visited Branches 0 of 74 (0) ==== Alternative Results (includ

Multiple Condition Coverage

Trying to figure out the difference between the Multiple Condition Coverage Code A: if (a && b) then print "Hello" Endif Multiple Condition Coverage

How to generate line coverage report with vstest.console.exe?

When I run vstest.console.exe with the parameters, vstest.console.exe App.Tests.dll /collect:"Code Coverage" /Logger:html /EnableCodeCoverage App.dll, it only g