blib/lib/WebService/Geocodio/Location.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 0 | 0 | 2 | $self->has_city and $self->has_state |
52 | 3 | 0 | 1 | $self->has_number and $self->has_street |
3 | 0 | 1 | $self->has_number and $self->has_street and $self->suffix | |
65 | 1 | 0 | 3 | $self->has_city and $self->has_state |
80 | 0 | 0 | 0 | $self->has_lat and $self->has_lng |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 2 | 2 | 0 | $self->has_zip or $self->has_city and $self->has_state |