| blib/lib/Path/Map.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 167 | 8 | 14 | if $b =~ s[^:(.*)][/] |
| 168 | 3 | 19 | if $b eq '*' |
| 169 | 4 | 18 | $slurpy ? : |
| 174 | 3 | 4 | if $slurpy |
| 211 | 6 | 60 | if ($mapper->_is_slurpy) |
| 218 | 54 | 12 | if (my $segment = shift @parts) { } |
| 9 | 3 | elsif (defined $mapper->_target) { } | |
| 222 | 20 | 34 | if ($next = $$map{$segment}) { } |
| 30 | 4 | elsif ($next = $$map{'/'}) { } | |
| 3 | 1 | elsif ($slurpy_match) { } |