| blib/lib/Geo/Coder/Mapbox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 9 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 140 | 0 | 0 | 0 | $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} |
| 0 | 0 | 0 | $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} and ref $rc->{'otherlocations'}{'loc'} eq "ARRAY" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 64 | 0 | 3 | 0 | $args{'ua'} || 'LWP::UserAgent'->new('agent', 'Geo::Coder::Mapbox' . "/$VERSION") |