blib/lib/Path/Dispatcher/Rule/Enum.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 18 | 33.3 |
line | true | false | branch |
---|---|---|---|
28 | 41 | 0 | if ($self->case_sensitive) { } |
30 | 24 | 92 | if $path->path eq $value |
35 | 0 | 0 | if lc $path->path eq lc $value |
48 | 0 | 0 | if ($self->case_sensitive) { } |
50 | 0 | 0 | unless $truncated eq $value |
59 | 0 | 0 | unless lc $truncated eq lc $value |
79 | 18 | 0 | if ($self->case_sensitive) { } |
82 | 30 | 42 | if $partial eq $path |
88 | 0 | 0 | if lc $partial eq lc $path |