Condition Coverage

blib/lib/Anonymous/Object.pm
Criterion Covered Total %
condition 25 39 64.1


or 2 conditions

line l !l condition
75 40 0 ref $value || ''
86 38 2 ref $value || ''
97 35 0 ref $value || ''
119 35 0 ref $value || ''
129 6 1 ref $hash || ''
149 14 0 ref $hash || ''
157 12 8 ref $val || ''
183 4 0 ref $array || ''
190 4 6 ref $val || ''
209 22 1 ref $new || ''
223 1 1 ref $methods || ''
237 53 1 ref $method || ''

or 3 conditions

line l !l&&r !l&&!r condition
45 210 0 0 not $accessors{$accessor}{'required'} or defined $value
223 0 2 0 not defined $methods or (ref $methods || '') ne 'ARRAY'
242 0 0 52 not defined $method->{'name'} or ref $method->{'name'}
355 0 0 8 not defined $value or ref $value
368 2 4 0 $type_map->{$ref} || $type_map->{'REF'}