| lib/UR/Service/UrlRouter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 10 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 2 | 1 | 2 | $ref eq 'Regexp' and my(@matches) = $env->{'PATH_INFO'} =~ /$path/ |
| 1 | 1 | 1 | $ref eq 'CODE' and &$path($env) |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 1 | 6 | $self->{$method} ||= [] |
| 44 | 11 | 2 | $self->{$req_method} || [] |