| lib/Dancer/Route/Cache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 96 | $method and $path |
| 88 | 0 | 0 | 548 | $method and $path |
| 0 | 0 | 548 | $method and $path and $route |
| line | l | !l | condition |
|---|---|---|---|
| 37 | 1 | 2 | $args{'size_limit'} || '10M' |
| 38 | 1 | 2 | $args{'path_limit'} || 600 |
| 82 | 46 | 50 | $self->{'cache'}{$app_name}{$method}{$path} || undef |