| blib/lib/Geo/Coordinates/Converter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 24 | 50.0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 68 | delete $opt{'converter'} || $DEFAULT_CONVERTER |
| 37 | 0 | 0 | 68 | delete $opt{'internal_format'} || $DEFAULT_INETRNAL_FORMAT |
| 39 | 14 | 54 | 0 | delete $opt{'point'} || 'Geo::Coordinates::Converter::Point'->new(\%opt) |
| 127 | 20 | 116 | 0 | shift() || $self->current |
| 133 | 0 | 13 | 0 | shift() || $self->current |
| 141 | 4 | 5 | 0 | shift() || $self->current |
| 160 | 36 | 36 | 0 | shift() || $self->current |
| 182 | 0 | 14 | 0 | $point ||= $self->current |