Condition Coverage

blib/lib/Kelp/Module/Whelk.pm
Criterion Covered Total %
condition 14 20 70.0


or 2 conditions

line l !l condition
57 4 17 $args->{'wrapper'} //= "Simple"
58 2 19 $args->{'formatter'} //= "JSON"
72 21 0 $args->{'resources'} // {}
136 0 5 $config->{'class'} // "Whelk::OpenAPI"

or 3 conditions

line l !l&&r !l&&!r condition
48 0 28 67 $args->{$_} //= $app->config($_)
106 1 23 0 $config->{'wrapper'} // $args->{'wrapper'}
1 23 0 $config->{'formatter'} // $args->{'formatter'}
151 1 4 0 $config->{'formatter'} // $args->{'formatter'}