| blib/lib/WWW/Scraper/ISBN/BookDepository_Driver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 0 | 0 | 0 | length $isbn == 13 and $isbn ne $ean |
| 0 | 0 | 0 | length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) | |
| 138 | 0 | 0 | 0 | $data->{'title'} and $data->{'author'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 93 | 0 | 0 | 0 | not $ean or length $isbn == 13 and $isbn ne $ean |
| 0 | 0 | 0 | not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) | |
| 104 | 0 | 0 | 0 | $@ or not $mech->success |
| 0 | 0 | 0 | $@ or not $mech->success or not $mech->content |