blib/lib/File/Copy/NoClobber.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 21 | 76.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 1 | 0 | 34 | -f $from and ref $to ne 'GLOB' |
87 | 33 | 18 | 0 | not $opened and $!{'EEXIST'} |
111 | 18 | 15 | 1 | $dest_file ne $orig_dest_file and $WarnNewFile |
130 | 1 | 4 | 27 | File::Copy::copy(@args) && $dest_file |
146 | 0 | 1 | 1 | File::Copy::move(@args) && $dest_file |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 1 | 11 | 0 | delete $args{-'pattern'} // $pattern |
127 | 31 | 1 | 0 | $fh // $dest_file |