| blib/lib/Path/Dispatcher/Rule/Eq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 116 | 2 | if ($self->case_sensitive) { } |
| 28 | 30 | 86 | unless $path->path eq $self->string |
| 31 | 0 | 2 | unless lc $path->path eq lc $self->string |
| 43 | 0 | 0 | if ($self->case_sensitive) { } |
| 44 | 0 | 0 | unless $truncated eq $self->string |
| 47 | 0 | 0 | unless lc $truncated eq lc $self->string |
| 62 | 6 | 24 | if length $path >= length $completed |
| 65 | 24 | 0 | if ($self->case_sensitive) { } |
| 66 | 8 | 16 | unless $partial eq $path |
| 69 | 0 | 0 | unless lc $partial eq lc $path |