| blib/lib/Plack/App/Cascade.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 10 | 2 | 4 | unless $self->apps |
| 16 | 4 | 2 | unless $self->catch |
| 29 | 7 | 2 | if ($self->codes->{$res->[0]}) { } |
| 40 | 1 | 5 | unless $self->apps |
| 43 | 1 | 5 | unless ($tries_left) |
| 49 | 3 | 9 | if ($tries_left-- == 1) |
| 53 | 4 | 8 | if (ref $res eq 'CODE') { } |
| 58 | 2 | 10 | if $done |