axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

What are the branches dots? #210

Open jadaml opened 5 years ago

jadaml commented 5 years ago

I'm trying to figure out a branch not being covered in my code, and have difficulties defining the case covering it.

Are they the jump statements in the order they appears in IL code? Are they filled when the jump is executed, and not when the target instruction gets executed?