blib/lib/Data/DPath/Flatten.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 22 | 59.0 |
line | true | false | branch |
---|---|---|---|
105 | 0 | 50 | if (not defined $from) { } |
24 | 26 | elsif (ref $from eq '') { } | |
0 | 26 | elsif (ref $from eq 'SCALAR') { } | |
16 | 10 | elsif (ref $from eq 'HASH') { } | |
10 | 0 | elsif (ref $from eq 'ARRAY') { } | |
108 | 0 | 24 | if ($path eq '') { } |
111 | 0 | 0 | if ($path eq '') { } |
114 | 15 | 1 | unless (exists $seen->{$from}) |
117 | 0 | 24 | if m(\.\.|\*|::ancestor(-or-self)?|//|\[|\])u |
122 | 9 | 1 | unless (exists $seen->{$from}) |
129 | 0 | 0 | if ($path eq '') { } |