Visual Studio Code – Why does Fine Code Coverage tell me the portion of tests being run instead of portion of source code being tested?
I am new to unit testing C# in Visual Studio. I want to get the coverage report but I don't have Visual Studio Enterprise so I installed Fine Code Coverage. What I don't understand is it seems like giving coverage…