Bio/Map/SimpleMap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 8 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
305 | 0 | 58 | 46 | @positions == 1 and not $positions[0]->value |
line | l | !l | condition |
---|---|---|---|
364 | 0 | 0 | $self->{'_annotation'} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
305 | 4 | 46 | 58 | @positions > 1 or @positions == 1 and not $positions[0]->value |