Condition Coverage

blib/lib/MCE/Shared/Array.pm
Criterion Covered Total %
condition 1 28 3.5


and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 @keys == 1 and $keys[0] =~ /^(?:key|val)[ ]+\S\S?[ ]+\S/
135 0 0 0 @_ == 1 and $_[0] =~ /^(?:key|val)[ ]+\S\S?[ ]+\S/
154 3 0 0 @_ == 1 and $_[0] =~ /^(?:key|val)[ ]+\S\S?[ ]+\S/
173 0 0 0 @_ == 1 and $_[0] =~ /^(?:key|val)[ ]+\S\S?[ ]+\S/
250 0 0 0 $start =~ /^\-?\d+$/ && $stop =~ /^\-?\d+$/

or 2 conditions

line l !l condition
316 0 0 $_[2] // ""
327 0 0 $_[2] || 0
329 0 0 $_[2] || 0
330 0 0 $_[0][$_[1]]-- // 0
331 0 0 $_[0][$_[1]]++ // 0

or 3 conditions

line l !l&&r !l&&!r condition
250 0 0 0 not $start =~ /^\-?\d+$/ && $stop =~ /^\-?\d+$/ or $start > $#{$self;}