blib/lib/JSON/Any.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
268 | 20 | 6 | 3 | not @order and $ENV{'JSON_ANY_ORDER'} |
273 | 15 | 8 | 0 | $handler and grep {"JSON::$_" eq $handler;} @deprecated |
543 | 36 | 12 | 2 | ref $self ? $$self[3] : $UTF8 and not utf8::is_utf8($json) |
48 | 0 | 2 | ref $self ? $$self[3] : $UTF8 and not utf8::is_utf8($json) and utf8::valid($json) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
228 | 0 | 0 | 42 | 'json_xs' eq $key or 'json' eq $key |