| blib/lib/Bio/GeneDesign/Basic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 30 | 43.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 0 | 20001 | 0 | $swit ne 'nuc' and $swit ne 'pep' |
| 126 | 100199 | 0 | 0 | $swit eq 'nuc' and exists $NTIDES{$CH} |
| 0 | 0 | 100199 | $swit eq 'pep' and exists $AACIDS{$CH} | |
| 202 | 0 | 0 | 2 | $len >= 14 and $len <= 50 |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 20001 | 0 | $swit || 'nuc' |
| 196 | 3 | 0 | $salt || 0.05 |
| 197 | 3 | 0 | $conc || 1e-07 |
| 239 | 1 | 0 | $salt || 0.05 |
| 240 | 1 | 0 | $conc || 1e-07 |
| 279 | 1043 | 9 | $swit || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 126 | 0 | 0 | 100199 | $swit eq 'nuc' and exists $NTIDES{$CH} or $swit eq 'pep' and exists $AACIDS{$CH} |
| 358 | 0 | 0 | 362 | not $botseq or length $botseq != length $topseq |