| blib/lib/Google/ISBNNumbers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 1 | unless $google_api_key |
| 34 | 0 | 1 | unless $isbn_number =~ /^97/ and not $isbn_number =~ /\D/ |
| 40 | 0 | 1 | unless $response->{'success'} |
| 46 | 0 | 1 | unless ref $results->{'items'} eq 'ARRAY' |