blib/lib/Geo/Coder/GoogleMaps/Response.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | exists $param{'status_code'} and defined $param{'status_code'} |
0 | 0 | 0 | exists $param{'status_request'} and defined $param{'status_request'} | |
0 | 0 | 0 | exists $param{'status_code'} and defined $param{'status_code'} and (exists $param{'status_request'} and defined $param{'status_request'}) | |
85 | 0 | 0 | 0 | $$self{'status'}{'code'} == 200 && scalar @{$$self{'placemarks'};} >= 1 |
129 | 0 | 0 | 0 | defined $location and UNIVERSAL::isa($location, 'Geo::Coder::GoogleMaps::Location') |