Condition Coverage

blib/lib/Data/Inspect.pm
Criterion Covered Total %
condition 13 21 61.9


and 3 conditions

line !l l&&!r l&&r condition
138 49 18 1 ref $val and &Scalar::Util::refaddr($val) == &Scalar::Util::refaddr($self)
209 32 16 1 $$self{'options'}{'truncate_strings'} and length $dump > $$self{'options'}{'truncate_strings'} + 2
48 0 1 $$self{'options'}{'truncate_strings'} and length $dump > $$self{'options'}{'truncate_strings'} + 2 and $dump =~ /^"/
230 3 17 1 not $reftype and exists $$self{'tracker'}{$refaddr}
290 0 0 7 $$self{'options'}{'sort_keys'} and $$self{'options'}{'sort_keys'} eq 'cmp'
0 0 0 $$self{'options'}{'sort_keys'} and $$self{'options'}{'sort_keys'} eq '<=>'

or 3 conditions

line l !l&&r !l&&!r condition
138 0 0 68 @_ < 2 or ref $val and &Scalar::Util::refaddr($val) == &Scalar::Util::refaddr($self)