0

Using the CodeCoverage of Visual Studio I'm not able to see the branches coverage results. What would be the best way to get it ?

PierreP
  • 107
  • 7

1 Answers1

0

If you're using Visual Studio on Windows, you can use the Fine Code Coverage extension. Visualization is updated when you run unit tests inside Visual Studio.

CodingMytra
  • 2,234
  • 1
  • 9
  • 21