| Bio/Map/PositionHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 10 | 80.0 |
| line | l | !l | condition |
|---|---|---|---|
| 399 | 3409 | 1 | $self->{'_rel'}{$kind}{$you_index} || 0 |
| 409 | 19 | 366 | $self->{'_rel'}{$kind}{$pos_index} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 10692 | 0 | 0 | $self->{'_rel'}{'registered'}{$index} || $self->throw("Requested registy index '${index}' but that index isn't in the registry") |
| 399 | 247 | 3409 | 1 | $entity_index ||= $self->{'_rel'}{$kind}{$you_index} || 0 |