blib/lib/Dancer/Serializer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 17 | 76.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 15 | 0 | 30 | ref $content and ref $content ne "GLOB" |
line | l | !l | condition |
---|---|---|---|
33 | 21 | 2 | $name ||= "JSON" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
89 | 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 | |
109 | 2 | 0 | 8 | not ref $new_params or ref $new_params ne "HASH" |