| blib/lib/CatalystX/RequestModel/ContentBodyParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 24 | 70.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 17 | 107 | 6 | not $indexed and $attr_rules->{'indexed'} |
| line | l | !l | condition |
|---|---|---|---|
| 51 | 0 | 6 | $attr_rules->{'always_array'} or "" |
| 54 | 6 | 0 | ref $context->{$data_name} || '' |
| 55 | 4 | 0 | ref $context->{$data_name} || '' |
| 81 | 0 | 16 | $attr_rules->{'expand'} || '' |
| 82 | 0 | 16 | $attr_rules->{'boolean'} or "" |
| 101 | 2 | 106 | $key_rules->{'expand'} || '' |
| 109 | 2 | 106 | $key_rules->{'boolean'} or "" |
| 115 | 0 | 2 | ref $value || '' |
| 121 | 9 | 68 | ref $value || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 145 | 1 | 1 | 0 | $_JSON_PARSER ||= &Module::Runtime::use_module("JSON::MaybeXS")->new("utf8", 1) |