| blib/lib/Path/Dispatcher/Rule/Eq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 116 | 2 | if ($self->case_sensitive) { } |
| 22 | 30 | 86 | unless $path->path eq $self->string |
| 25 | 0 | 2 | unless lc $path->path eq lc $self->string |
| 37 | 0 | 0 | if ($self->case_sensitive) { } |
| 38 | 0 | 0 | unless $truncated eq $self->string |
| 41 | 0 | 0 | unless lc $truncated eq lc $self->string |
| 56 | 6 | 24 | if length $path >= length $completed |
| 59 | 24 | 0 | if ($self->case_sensitive) { } |
| 60 | 8 | 16 | unless $partial eq $path |
| 63 | 0 | 0 | unless lc $partial eq lc $path |