| blib/lib/Bio/Regexp/AST.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 139 | 0 | 0 | 0 | $$self{'type'} eq 'dna' and grep {$_ eq 'U';} @chars |
| 142 | 0 | 0 | 0 | $$self{'type'} eq 'rna' and grep {$_ eq 'T';} @chars |
| 218 | 1 | 0 | 0 | $$component{'min'} == 0 and $$component{'max'} == 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 17 | 0 | 0 | $type eq 'dna' or $type eq 'rna' |
| 209 | 36 | 0 | 82 | $_ eq 'T' || $_ eq 'U' |