blib/lib/Bio/GeneDesign/Basic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 32 | 40.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 0 | 20001 | 0 | $swit ne 'nuc' and $swit ne 'pep' |
151 | 100199 | 0 | 0 | $swit eq 'nuc' and exists $NTIDES{$CH} |
0 | 0 | 100199 | $swit eq 'pep' and exists $AACIDS{$CH} | |
279 | 0 | 0 | 2 | $len >= 14 and $len <= 50 |
line | l | !l | condition |
---|---|---|---|
143 | 20001 | 0 | $swit || 'nuc' |
273 | 3 | 0 | $salt || 0.05 |
274 | 3 | 0 | $conc || 1e-07 |
316 | 1 | 0 | $salt || 0.05 |
317 | 1 | 0 | $conc || 1e-07 |
367 | 1045 | 7 | $swit || 1 |
430 | 0 | 0 | $min || 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
151 | 0 | 100199 | 0 | $swit eq 'nuc' and exists $NTIDES{$CH} or $swit eq 'pep' and exists $AACIDS{$CH} |
470 | 0 | 0 | 433 | not $botseq or length $botseq != length $topseq |