Condition Coverage

blib/lib/Bio/MUST/Core/SeqMask/Rates.pm
Criterion Covered Total %
condition 19 20 95.0


and 3 conditions

line !l l&&!r l&&r condition
164 14885 12557 17828 $self->state_at($_) > $min && $self->state_at($_) <= $max

or 2 conditions

line l !l condition
81 9 0 shift() // {}
83 5 4 $args->{'percentile'} // 0
84 4 5 $args->{'cumulative'} // 0
85 8 1 $args->{'descending'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
236 1 2 71731 $line =~ /$Bio::MUST::Core::SeqMask::Rates::EMPTY_LINE/ or $line =~ /^site/imsx
3 8 71723 $line =~ /$Bio::MUST::Core::SeqMask::Rates::EMPTY_LINE/ or $line =~ /^site/imsx or $mask->is_comment($line)
242 71711 4 8 $col //= $COLUMN_FOR{scalar @fields}