Condition Coverage

blib/lib/Plack/Middleware/REST.pm
Criterion Covered Total %
condition 3 13 23.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 5 0 $app and not ref $app
40 5 0 0 $$self{'action'} and (reftype($$self{$action}) || '') ne 'CODE'

or 2 conditions

line l !l condition
40 0 0 reftype($$self{$action}) || ''
53 11 0 $$env{'PATH_INFO'} || '/'

or 3 conditions

line l !l&&r !l&&!r condition
60 0 0 0 $app ||= $$self{'app'}