line |
l |
!l&&r |
!l&&!r |
condition |
194
|
0 |
0 |
0 |
$path and not open($io, "+<$path") or not defined($contents = <$io>) |
|
0 |
0 |
0 |
$path and not open($io, "+<$path") or not defined($contents = <$io>) or not seek($io, 0, 0) |
|
0 |
0 |
0 |
$path and not open($io, "+<$path") or not defined($contents = <$io>) or not seek($io, 0, 0) or not print($io $self->$method($banner, $contents)) |
|
0 |
0 |
0 |
$path and not open($io, "+<$path") or not defined($contents = <$io>) or not seek($io, 0, 0) or not print($io $self->$method($banner, $contents)) or not close $io |