Condition Coverage

blib/lib/Mock/Data/Template.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
17 0 0 88 @_ == 1 && !ref($_[0])
0 0 0 @_ == 1 && ref $_[0] eq 'HASH'
78 3 15 82 @parts == 1 && !ref($parts[0])

or 2 conditions

line l !l condition
51 88 0 $flags || {}

or 3 conditions

line l !l&&r !l&&!r condition
69 19 88 1 ref $_ || length $_
71 2 1 5 ref $parts[$i] or ref $parts[$i + 1]