Bio/Tools/TargetP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
140 | 15 | 1 | 0 | $method and not $method =~ /TargetP/i |
231 | 0 | 0 | 15 | $feat and ref $feat eq 'HASH' |
452 | 0 | 11 | 4 | $TPlen && $TPlen =~ /\d+/ |
499 | 0 | 0 | 15 | $key and exists $MAPLOC->{$key} |
line | l | !l | condition |
---|---|---|---|
213 | 15 | 1 | shift @{$$self{'_features'};} || undef |
318 | 0 | 0 | scalar @{$self->{'_features'};} || 0 |
446 | 0 | 15 | $cTP || undef |