| Bio/Map/SimpleMap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 8 | 50.0 |
| 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 | 0 | 104 | @positions > 1 or @positions == 1 and not $positions[0]->value |