| blib/lib/Bio/SSRTool.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 20 | 45.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 3 | $motif_len =~ /^\d{1,2}$/ and $motif_len > 0 |
| 0 | 0 | 3 | $motif_len =~ /^\d{1,2}$/ and $motif_len > 0 and $motif_len < 11 | |
| 79 | 1 | 0 | 1 | not $seq =~ /\n$/ and -e $seq |
| 96 | 0 | 0 | 6 | $sequence and $titleline |
| line | l | !l | condition |
|---|---|---|---|
| 65 | 3 | 0 | shift() || {} |
| 66 | 3 | 0 | $$args{'motif_length'} || 4 |
| 67 | 3 | 0 | $$args{'min_repeats'} || 5 |
| 100 | 6 | 0 | $id ||= 'INPUT' |