| blib/lib/Path/Dispatcher/Rule/Eq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 116 | 2 | if ($self->case_sensitive) { } |
| 29 | 30 | 86 | unless $path->path eq $self->string |
| 32 | 0 | 2 | unless lc $path->path eq lc $self->string |
| 44 | 0 | 0 | if ($self->case_sensitive) { } |
| 45 | 0 | 0 | unless $truncated eq $self->string |
| 48 | 0 | 0 | unless lc $truncated eq lc $self->string |
| 63 | 6 | 24 | if length $path >= length $completed |
| 66 | 24 | 0 | if ($self->case_sensitive) { } |
| 67 | 8 | 16 | unless $partial eq $path |
| 70 | 0 | 0 | unless lc $partial eq lc $path |