blib/lib/JSON/Create/PP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 18 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
173 | 233 | 6 | 3 | $input =~ /[\x{80}-\x{FF}]/ and $jc->{'_strict'} |
383 | 264 | 77 | 1 | $jc->{'_indent'} and $jc->{'depth'} == 0 |
419 | 331 | 82 | 29 | $ref and $jc->{'_strict'} |
496 | 120 | 2 | 209 | &looks_like_number($input) and not $input =~ /^0[^.]/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
113 | 121 | 0 | 0 | $r->isa('B::NV') || $r->isa('B::PVNV') |
415 | 28 | 2 | 442 | keys %{$$jc{'_handlers'};} or $jc->{'_obj_handler'} |