Condition Coverage

blib/lib/Kelp/Request.pm
Criterion Covered Total %
condition 11 13 84.6


and 3 conditions

line !l l&&!r l&&r condition
53 51 0 21 $self->is_json and $self->app->can('json')
68 9 26 16 @_ and wantarray
35 2 14 @_ and wantarray and not $safe_param

or 2 conditions

line l !l condition
47 8 64 $self->app->config('safe_param') // 0
84 10 0 $self->env->{'psgix.session'} // die('No Session middleware wrapped')