Condition Coverage

blib/lib/Class/Accessor/TrackDirty.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
35 12 9 67 defined $x and defined $y
36 60 0 7 ref $x and ref $y

or 2 conditions

line l !l condition
23 32 16 $package_info{$package} ||= {"tracked_fields", {}, "fields", {}}
128 18 13 $self->{$RESERVED_FIELD} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
39 0 36 24 ref $x || ref $y || $x ne $y
42 9 0 12 defined $x || defined $y