I use the Visual Studio 2010 code coverage feature. I did some unit tests to test the method, but code coverage tells me that the three blocks are not completely covered. The problem is that I donβt see how these blocks can be partially covered. Note that the reverse ARE expressions are covered, so the branch was clearly drawn. Any ideas?

source share