Condition Coverage

blib/lib/Finnigan/Scan.pm
Criterion Covered Total %
condition 8 35 22.8


and 3 conditions

line !l l&&!r l&&r condition
92 580 0 0 $bookends and $front_bookend_needed
137 1 0 0 $bookends and $front_bookend_needed
164 0 0 0 $i < $$self{'peak count'} - 1 and $self->chunk_dist($i, $i++) <= $MAX_DIST
168 0 0 0 $i > 0 and $self->chunk_dist($i, $i--) <= $MAX_DIST
233 0 0 0 $value >= $lower and $value <= $upper

or 2 conditions

line l !l condition
62 0 0 $$self{'chunks'}[0]{'fudge'} || 0
88 356 224 $$chunk{'fudge'} || 0
116 0 0 $$self{'chunks'}[$i + 1]{'fudge'} || 0
410 39 0 $diff || 1e-05

or 3 conditions

line l !l&&r !l&&!r condition
157 0 0 0 not defined $dist or $dist > $MAX_DIST
221 0 0 0 $value < $lower - $MAX_DIST or $value > $upper + $MAX_DIST
388 0 1 1 not defined $dist or $dist > $MAX_DIST_MZ
415 0 0 5 $value < $lower - $MAX_DIST_MZ or $value > $upper + $MAX_DIST_MZ