blib/lib/Bio/Regexp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | l | !l | condition |
---|---|---|---|
35 | 0 | 16 | $$self{'type'} //= 'dna' |
38 | 5 | 11 | $$self{'arg'}{'strands'} //= 2 |
40 | 0 | 0 | $$self{'arg'}{'strands'} //= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 16 | 0 | 1 | not defined $$self{'min'} or $min < $$self{'min'} |
93 | 16 | 0 | 1 | not defined $$self{'max'} or $max > $$self{'max'} |