'How to know which conditions are not covered in Sonar?

I have if-else inside foreach loop and on foreach loop it says 'Partially covered by tests (3 of 4 conditions).' I'm covering both if else conditions



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source