Condition Coverage

blib/lib/Bio/Cigar.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
125 1 0 12 @_ == 1 and not ref $_[0]
251 0 33 3 $$consumes[1] and not $$consumes[0]
270 0 24 12 $$consumes[0] and not $$consumes[1]

or 2 conditions

line l !l condition
138 11 1 $len || 1

or 3 conditions

line l !l&&r !l&&!r condition
225 2 3 72 $target < 1 or $target > $self->$target_len
235 195 27 0 $$consumes[0] or $$consumes[1]