Bio/Tools/SiRNA/Ruleset/tuschl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
144 | 0 | 6 | if ($cutoff) { } |
0 | 6 | elsif (not $self->{'cutoff'}) { } | |
159 | 0 | 3 | if ($self->cutoff eq 'pol3') { } |
182 | 56 | 623 | if $target =~ /G{$max_g,}/io |
183 | 52 | 571 | if $target =~ /C{$max_g,}/io |
185 | 0 | 571 | if $target =~ /N/i |
192 | 101 | 470 | if $fxGC < $self->min_gc |
193 | 158 | 312 | if $fxGC > $self->max_gc |