Condition Coverage

blib/lib/Mojolicious/Plugin/DigestAuth.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
35 70 0 0 &blessed($allow) and $allow->can('get')

or 2 conditions

line l !l condition
20 1 67 $defaults{'realm'} ||= 'WWW'
21 6 62 $defaults{'expires'} ||= 300

or 3 conditions

line l !l&&r !l&&!r condition
22 0 68 0 $defaults{'secret'} ||= $app->can('secret') ? $app->secret : $app->secrets