Condition Coverage

blib/lib/Router/Resource.pm
Criterion Covered Total %
condition 5 8 62.5


and 3 conditions

line !l l&&!r l&&r condition
36 4 0 1 $$ROUTER{'auto_options'} and not $METHS{'OPTIONS'}

or 2 conditions

line l !l condition
71 22 0 $$env{'REQUEST_METHOD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
33 1 4 0 $METHS{'HEAD'} ||= $METHS{'GET'}