blib/lib/Path/ExpandTilde.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 1 | $^O =~ /\A(?:MSWin32|VMS|os2|dos|riscos)\z/ ? : |
23 | 0 | 1 | if $] == 5.006 |
27 | 0 | 18 | unless defined $dir |
28 | 5 | 13 | unless $dir =~ /^~/ |
33 | 0 | 13 | unless defined $first |
41 | 0 | 13 | if GLOB_ERROR() |
43 | 1 | 12 | if not defined $expanded or $expanded eq $first |