blib/lib/App/lntree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 32 | 50.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | unless @arguments |
28 | 0 | 0 | unless @arguments > 1 |
33 | 0 | 0 | unless defined $source |
34 | 0 | 0 | unless -d $source |
35 | 0 | 0 | if -f $target |
45 | 0 | 5 | unless defined $source |
46 | 0 | 5 | unless defined $target |
47 | 0 | 5 | unless -d $source |
48 | 1 | 4 | if -f $target |
58 | 10 | 21 | if (-d $file) { } |
60 | 10 | 0 | unless $dry_run |
65 | 2 | 19 | if (-l $file) { } |
2 | 17 | elsif (-e $file) { } | |
66 | 0 | 2 | unless $dry_run or unlink $file |
71 | 0 | 19 | unless $dry_run or symlink $link_path, $file |
85 | 32 | 5 | if ($absolute) { } |