Condition Coverage

lib/App/Reference.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
201 0 84 4 ref $ref ne 'ARRAY' && $ref eq $self
282 0 84 1 ref $ref ne 'ARRAY' && $ref eq $self
350 1 0 2 $ref1type and $ref1type ne 'ARRAY'
352 0 0 2 $ref2type and $ref2type ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
105 0 11 0 ref $this || $this
159 0 0 1 not defined $branch or ref $branch eq ''
337 0 0 6 $ref1type eq '' or $ref2type eq ''
0 0 6 $ref1type eq 'ARRAY' or $ref2type eq 'ARRAY'