| line | !l | l&&!r | l&&r | condition | 
 
| 344 | 0 | 0 | 3 | $capture_stdout eq $expected_stdout and $capture_stderr eq $expected_stderr | 
 
|  | 0 | 0 | 3 | $capture_stdout eq $expected_stdout and $capture_stderr eq $expected_stderr and $capture_all eq $expected_all | 
 
| 385 | 0 | 0 | 0 | $capture_stdout eq $expected_stdout and $capture_stderr eq $expected_stderr | 
 
|  | 0 | 0 | 0 | $capture_stdout eq $expected_stdout and $capture_stderr eq $expected_stderr and $capture_all eq $expected_all | 
 
| 458 | 0 | 0 | 0 | defined $found and $found =~ / \b $program $ /msx | 
 
| 491 | 0 | 0 | 0 | $name eq $program and -f "$loc/$name" | 
 
|  | 0 | 0 | 0 | $name eq $program and -f "$loc/$name" and -x "$loc/$name" |