Condition Coverage

blib/lib/Dancer/Plugin/REST.pm
Criterion Covered Total %
condition 2 11 18.1


and 3 conditions

line !l l&&!r l&&r condition
24 0 1 0 $conf && exists $$conf{'serializers'}

or 2 conditions

line l !l condition
96 8 0 $_[1] || 200

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 $default_serializer ||= setting('serializer')
56 0 0 0 $$content_types{$format} || setting('content_type')