Bio/SeqFeature/Tools/TypeMapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 30 | 0.0 |
line | true | false | branch |
---|---|---|---|
125 | 0 | 0 | if $typemap |
144 | 0 | 0 | if @_ |
171 | 0 | 0 | unless ($sf or $seq) |
176 | 0 | 0 | if ($seq) |
177 | 0 | 0 | unless $seq->isa('Bio::SeqI') |
183 | 0 | 0 | unless $sf->isa('Bio::SeqFeatureI') |
184 | 0 | 0 | unless $sf->isa('Bio::FeatureHolderI') |
188 | 0 | 0 | if ($mtype) |
189 | 0 | 0 | if (ref $mtype) { } |
0 | 0 | elsif ($undefmap and $mtype eq 'undefined') { } | |
190 | 0 | 0 | if (ref $mtype eq 'CODE') { } |
463 | 0 | 0 | ref $parent ? : |
464 | 0 | 0 | ref $child ? : |
470 | 0 | 0 | if (lc $child eq 'protein') |
473 | 0 | 0 | if (lc $child eq 'polypeptide') |