line |
true |
false |
branch |
143
|
0 |
8 |
unless $type |
165
|
8 |
282 |
if ($map) |
166
|
0 |
8 |
unless $map->isa('Bio::Map::GeneMap') |
185
|
0 |
1 |
if ($element) |
186
|
0 |
0 |
unless $element->isa('Bio::Map::Gene') |
205
|
16 |
2437 |
if (@_) |
207
|
0 |
16 |
unless ($type =~ /transcript|coding|exon|intron/i) |
235
|
0 |
738 |
if ($relative) |
236
|
0 |
0 |
unless ref $relative |
237
|
0 |
0 |
unless $relative->isa('Bio::Map::GeneRelative') |
262
|
5 |
8 |
if ($seq) { } |
|
1 |
7 |
elsif (not $shortcut and defined(my $map = $self->map) and not defined $self->{'_getting_seq'}) { } |
279
|
347 |
391 |
if ($type eq 'transcript') { } |