| blib/lib/WebService/Geocodio/Location.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 2 | $self->has_city and $self->has_state |
| 54 | 3 | 0 | 1 | $self->has_number and $self->has_street |
| 3 | 0 | 1 | $self->has_number and $self->has_street and $self->suffix | |
| 80 | 0 | 0 | 0 | $self->has_lat and $self->has_lng |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 2 | 0 | 2 | $self->has_zip or $self->has_city and $self->has_state |