blib/lib/File/Rename.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 33 | 4 | 2 | -e $_ and not $options->{'over_write'} |
74 | 0 | 0 | 3 | (defined $file ? $file : defined *{$fh;}{'SCALAR'}) && (defined ${*{$fh;}{'SCALAR'};} ? ${*{$fh;}{'SCALAR'};} : "file handle ($fh)") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 0 | 0 | 2 | /\s/ or $was =~ /\s/ |