blib/lib/WWW/Scraper/ISBN/Blackwell_Driver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
92 | 0 | 0 | if not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) |
105 | 0 | 0 | if $@ or not $mech->success or not $mech->content |
111 | 0 | 0 | if $html =~ /Blocked IP Address due to Suspicious Activity/is |
114 | 0 | 0 | if $html =~ /Sorry, there are no results for/is |
136 | 0 | 0 | if $data->{'image'} |
139 | 0 | 0 | if $data->{'author'} |
140 | 0 | 0 | if $data->{'publisher'} |
145 | 0 | 0 | unless defined $data |
150 | 0 | 0 | unless defined $data->{$_} |