| blib/lib/Enbld/Target/Symlink.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 99 | 412 | 8 | unless -d $installed |
| 108 | 0 | 8 | unless -l $file |
| 112 | 5 | 3 | if (index($link, $old_depository) == 0) |
| 126 | 378 | 27 | unless -d $link_from_path |
| 137 | 20 | 7 | unless (-d $link_to_path) |
| 142 | 0 | 27 | if grep {/^$file$/;} @{$$dir_list{$dir}{'omit'};} |
| 146 | 3 | 24 | if (-l $symlink) |
| 150 | 27 | 0 | unless (-e $symlink) |