If a conditional block is controlled by an OR statement, the block is considered "covered" if there is one test that enters the loop from either condition
For example:
if (targetTime < startTime || targetTime > endTime)
{}
The block is marked "covered" if one of the two conditions is met in a test. Perhaps a "stripey" green for such blocks? I wouldn't want to rewrite code just to improve coverage marking! Of course, the block *is* executed, so it is tested, so perhaps marking just the conditional statement itself uncovered?
This is a fantastic product, it is very easy to set up & use, and a huge time-saver.