| blib/lib/Dancer/Route/Registry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 8 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 1 | 787 | 651 | $package and "Dancer::App"->app_exists($package) |
| 126 | 17 | 0 | 2 | grep {$_ eq "get";} @methods and not grep({$_ eq "head";} @methods) |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 1176 | 262 | $self->{'routes'}{$route->method} ||= [] |