line |
l |
!l&&r |
!l&&!r |
condition |
197
|
0 |
0 |
0 |
ref $name || $name |
226
|
0 |
0 |
0 |
ref $out eq 'GLOB' or ref \$out eq 'GLOB' |
|
0 |
0 |
0 |
ref $out eq 'GLOB' or ref \$out eq 'GLOB' or ref $out eq 'FileHandle' |
|
0 |
0 |
0 |
ref $out eq 'GLOB' or ref \$out eq 'GLOB' or ref $out eq 'FileHandle' or ref $out eq 'IO::Handle' |
244
|
0 |
0 |
0 |
ref $in eq 'GLOB' or ref \$in eq 'GLOB' |
|
0 |
0 |
0 |
ref $in eq 'GLOB' or ref \$in eq 'GLOB' or ref $in eq 'FileHandle' |
|
0 |
0 |
0 |
ref $in eq 'GLOB' or ref \$in eq 'GLOB' or ref $in eq 'FileHandle' or ref $in eq 'IO::Handle' |
276
|
0 |
0 |
0 |
close $inhandle or croak(qq[Cannot close output file "$out": $!]) |
277
|
0 |
0 |
0 |
close $outhandle or croak(qq[Cannot close input file "$in": $!]) |