Condition Coverage

blib/lib/Dancer/Serializer.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
45 15 0 30 ref $content and ref $content ne "GLOB"

or 2 conditions

line l !l condition
32 21 2 $name ||= "JSON"

or 3 conditions

line l !l&&r !l&&!r condition
88 3 8 1 $request->is_put or $request->is_post
11 0 1 $request->is_put or $request->is_post or $request->is_patch
8 0 1 $request->is_put or $request->is_post or $request->is_patch or $request->is_delete
108 2 0 8 not ref $new_params or ref $new_params ne "HASH"