A developer who aims to achieve line coverage wants at least one test case that covers the line under test. It does not matter if that line contains a complex if
statement full of conditions. If a test touches that line in any way, the developer can count the line as covered.
Leave a Reply