In the code coverage analysis in VSTS, we provide two types of stats: block coverage and line coverage. I just wanted to clarify a few points. First, when we say block coverage, we are referring to basic blocks in the binary being tested, *not* in the
Read More...