Condition Coverage

blib/lib/Data/CleanJSON.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
54 0 1 0 $ref and $refs{$e}++
68 0 6 1 $ref and $refs{$h->{$k}}++
83 0 4 0 $ref and $refs{$_}++

or 2 conditions

line l !l condition
62 1 0 &Scalar::Util::reftype($e) // ''
76 4 2 &Scalar::Util::reftype($h->{$k}) // ''
91 4 0 &Scalar::Util::reftype($_) // ''