For example:
if( a>b && b>c){ //Some Code}
then it would mark which of the conditions "a>b" and "b>c" evaluated to both TRUE and FALSE.
Thanks,Rohan