blib/lib/CatalystX/RequestModel/ContentBodyParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 17 | 107 | 6 | not $indexed and $attr_rules->{'indexed'} |
line | l | !l | condition |
---|---|---|---|
53 | 6 | 0 | ref $context->{$data_name} || '' |
54 | 4 | 0 | ref $context->{$data_name} || '' |
101 | 2 | 106 | $key_rules->{'expand'} || '' |
102 | 2 | 106 | $key_rules->{'boolean'} or "" |
109 | 0 | 2 | ref $value || '' |
115 | 7 | 70 | ref $value || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 1 | 1 | 0 | $_JSON_PARSER ||= &Module::Runtime::use_module("JSON::MaybeXS")->new("utf8", 1) |