| blib/lib/Astro/App/Satpass2/Geocode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 0 | if "Astro::App::Satpass2::Geocode" eq $class |
| 35 | 0 | 0 | unless load_package($geocoder_class) |
| 64 | 0 | 0 | if (@args) { } |
| 67 | 0 | 0 | unless defined $geocoder |
| 69 | 0 | 0 | unless ref $geocoder |
| 71 | 0 | 0 | unless instance($geocoder, $geocoder_class) |
| 85 | 0 | 0 | unless my $resp = $geocoder->response |
| 87 | 0 | 0 | if $resp->is_success |