Bio/Tools/SeqWords.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 3 | 0 | 0 | not defined $seqobj and @args |
3 | 0 | 0 | not defined $seqobj and @args and ref $args[0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
199 | 0 | 0 | 3 | $word_length eq '' or $word_length =~ /[a-z]/i |
0 | 0 | 3 | $word_length < 1 or $word_length - int($word_length) > 0 |