blib/lib/Path/Dispatcher/Rule/Enum.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 18 | 33.3 |
line | true | false | branch |
---|---|---|---|
21 | 41 | 0 | if ($self->case_sensitive) { } |
23 | 24 | 92 | if $path->path eq $value |
28 | 0 | 0 | if lc $path->path eq lc $value |
41 | 0 | 0 | if ($self->case_sensitive) { } |
43 | 0 | 0 | unless $truncated eq $value |
52 | 0 | 0 | unless lc $truncated eq lc $value |
72 | 18 | 0 | if ($self->case_sensitive) { } |
75 | 30 | 42 | if $partial eq $path |
81 | 0 | 0 | if lc $partial eq lc $path |