| blib/lib/Raisin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 12 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 167 | 30 | 0 | 0 | not $route and $self->{'allowed_methods'}{$req->path} |
| 178 | 0 | 30 | 0 | $code and ref $code ne 'CODE' |
| 215 | 0 | 0 | 0 | $ENV{'PLACK_ENV'} && $ENV{'PLACK_ENV'} eq 'deployment' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 178 | 0 | 0 | 30 | not $code or $code and ref $code ne 'CODE' |