Condition Coverage

blib/lib/Hades/Macro.pm
Criterion Covered Total %
condition 12 14 85.7


or 2 conditions

line l !l condition
29 15 2 ref $value || ''
40 16 2 ref $value || ''
45 11 2 ref $item || ''
64 3 1 ref $meta || ''

or 3 conditions

line l !l&&r !l&&!r condition
19 111 0 0 not $accessors{$accessor}{'required'} or defined $value
45 2 4 9 not defined $item or (ref $item || '') ne 'ARRAY'