blib/lib/Articulate/Navigation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
70 | 80 | 69 | if ($defined_location->matches($location)) |
91 | 0 | 0 | if ($location eq $defined_location) |
112 | 1 | 0 | if ("$location" eq "$defined_location" or $defined_location->matches_descendant_of($location)) { } |