Condition Coverage

blib/lib/Bio/MUST/Core/SeqMask.pm
Criterion Covered Total %
condition 21 32 65.6


and 3 conditions

line !l l&&!r l&&r condition
260 0 4 9 0 < $max_res and $max_res < 1
418 0 0 0 defined $width and $width != $ali->width
498 6 4 3 $a && $b

or 2 conditions

line l !l condition
81 47 1 shift() // 0
257 13 0 shift() // 0
356 0 0 shift() // 'strict'
442 0 0 shift() // 'strict'
498 11 2 $a && $b // 0
510 12 1 ($a || $b) // 0
657 1 0 shift() // {}

or 3 conditions

line l !l&&r !l&&!r condition
510 7 1 5 $a || $b
598 0 2 26232 $line =~ /$Bio::MUST::Core::SeqMask::EMPTY_LINE/ or $mask->is_comment($line)
702 1 4 5 $line =~ /$Bio::MUST::Core::SeqMask::EMPTY_LINE/ or $mask->is_comment($line)