blib/lib/File/Rotate/Backup/Copy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 32 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | -e $dst and -d $dst |
68 | 0 | 0 | 0 | -e $dst and -d $dst |
151 | 0 | 0 | 0 | $src_dev == $dst_dev and $src_ino == $dst_ino |
201 | 0 | 0 | 0 | not -l $victim and -d $victim |
218 | 0 | 0 | 0 | not $rv and $$params{'use_rm'} |
226 | 0 | 0 | 0 | not $rv and $$params{'use_rm'} |
line | l | !l | condition |
---|---|---|---|
317 | 0 | 0 | $$self{'_params'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 0 | 0 | 0 | ref $proto || $proto |
27 | 0 | 0 | 0 | -l $src or -f $src |
143 | 0 | 0 | 0 | -l $src_file or -l $dst_file |
277 | 0 | 0 | 0 | -l $src or -l $dst |