Condition Coverage

blib/lib/CPAN/Complete.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 length $perlret[0] and length $perlret[0] >= $i
152 0 0 0 @words == 2 and $word
163 0 0 0 @words == 2 and length $word

or 2 conditions

line l !l condition
74 0 0 $word ||= ''
75 0 0 $line ||= ''
76 0 0 $pos ||= 0
91 0 0 $author || ''
147 0 0 $word ||= ''
158 0 0 $word ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
83 0 0 0 $pos == 0 or $line =~ /^(?:h(?:elp)?|\?)\s/