Condition Coverage

blib/lib/JSON/Create/PP.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
173 232 6 3 $input =~ /[\x{80}-\x{FF}]/ and $jc->{'_strict'}
383 263 77 1 $jc->{'_indent'} and $jc->{'depth'} == 0
419 330 81 29 $ref and $jc->{'_strict'}
496 120 2 208 &looks_like_number($input) and not $input =~ /^0[^.]/

or 3 conditions

line l !l&&r !l&&!r condition
113 120 0 0 $r->isa('B::NV') || $r->isa('B::PVNV')
415 28 2 440 keys %{$$jc{'_handlers'};} or $jc->{'_obj_handler'}