Condition Coverage

blib/lib/Raisin.pm
Criterion Covered Total %
condition 4 14 28.5


and 3 conditions

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'

or 2 conditions

line l !l condition
233 32 0 'Raisin'->VERSION || 'dev'

or 3 conditions

line l !l&&r !l&&!r condition
178 0 0 32 not $code or $code and ref $code ne "CODE"