| blib/lib/WebService/OpenStates.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 0 | if @_ < 5 |
| 0 | 0 | if @_ > 1 and (@_ - 1) % 2 | |
| 0 | 0 | exists ${__rest}{'lat'} ? : | |
| 0 | 0 | exists ${__rest}{'lon'} ? : | |
| 0 | 0 | if keys %{__rest} | |
| 0 | 0 | unless defined $lat and not ref $lat and &Scalar::Util::looks_like_number($lat) and $lat >= -90 and $lat <= 90 | |
| 0 | 0 | unless defined $lon and not ref $lon and &Scalar::Util::looks_like_number($lon) and $lon >= -180 and $lon <= 180 | |
| 57 | 0 | 0 | if (not $call->{'success'}) { } |