Condition Coverage

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


or 2 conditions

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

or 3 conditions

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