blib/lib/Raisin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 14 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
167 | 32 | 0 | 0 | not $route and $self->{'allowed_methods'}{$req->path} |
178 | 0 | 32 | 0 | $code and ref $code ne "CODE" |
215 | 0 | 0 | 0 | $ENV{'PLACK_ENV'} && $ENV{'PLACK_ENV'} eq 'deployment' |
line | l | !l | condition |
---|---|---|---|
233 | 32 | 0 | 'Raisin'->VERSION || 'dev' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
178 | 0 | 0 | 32 | not $code or $code and ref $code ne "CODE" |