Bio/Map/Marker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
291 | 0 | 0 | 1 | $pos and $pos_actual |
0 | 0 | 1 | $pos and $pos_actual and ref $pos | |
313 | 12 | 0 | 37 | ref $pos and $pos->isa('Bio::Map::PositionI') |
line | l | !l | condition |
---|---|---|---|
192 | 56 | 39 | $self->{'_default_map'} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
155 | 0 | 41 | 0 | ref $class || $class |
225 | 8 | 0 | 0 | $map ||= $self->default_map |