| blib/lib/Test/Symlink.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 104 | 2 | 9 | if (not defined $src or $src eq '') |
| 110 | 2 | 7 | if (not defined $dst or $dst eq '') |
| 116 | 6 | 1 | unless defined $test_name |
| 118 | 1 | 6 | unless ($Symlinks) |
| 125 | 1 | 1 | unless (-e $src or defined readlink $src) |
| 131 | 1 | 4 | unless (-l $src) |
| 138 | 1 | 3 | if (($act_dst = readlink $src) ne $dst) |