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
34 12 11 64 defined $x and defined $y
35 58 0 6 ref $x and ref $y

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
38 0 34 24 ref $x || ref $y || $x ne $y
41 11 0 12 defined $x || defined $y