Condition Coverage

blib/lib/Class/Accessor/TrackDirty.pm
Criterion Covered Total %
condition 14 16 87.5


and 3 conditions

line !l l&&!r l&&r condition
35 18 15 61 defined $x and defined $y
36 54 0 7 ref $x and ref $y

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
39 0 30 24 ref $x || ref $y || $x ne $y
42 15 6 12 defined $x || defined $y