Condition Coverage

blib/lib/Data/Clean/JSON.pm
Criterion Covered Total %
condition 13 26 50.0


or 2 conditions

line l !l condition
22 0 2 $opts{'JSON::PP::Boolean'} //= ['one_or_zero']
23 0 2 $opts{'JSON::XS::Boolean'} //= ['one_or_zero']
24 0 2 $opts{'Cpanel::JSON::XS::Boolean'} //= ['one_or_zero']
26 0 2 $opts{'DateTime'} //= ['call_method', 'epoch']
27 0 2 $opts{'Time::Moment'} //= ['call_method', 'epoch']
28 0 2 $opts{'Math::BigInt'} //= ['call_method', 'bstr']
29 0 2 $opts{'Regexp'} //= ['stringify']
30 0 2 $opts{'version'} //= ['stringify']
32 0 2 $opts{'SCALAR'} //= ['deref_scalar']
33 0 2 $opts{'-ref'} //= ['replace_with_ref']
34 0 2 $opts{'-circular'} //= ['clone']
35 0 2 $opts{'-obj'} //= ['unbless']
37 0 2 $opts{'!recurse_obj'} //= 1