blib/lib/WWW/Scraper/ISBN/WordPower_Driver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 24 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 1 | 3 | 0 | length $isbn == 13 and $isbn ne $ean |
3 | 1 | 0 | length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 0 | 0 | 4 | not $ean or length $isbn == 13 and $isbn ne $ean |
0 | 0 | 4 | not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) | |
101 | 0 | 0 | 4 | $@ or not $mech->success |
0 | 0 | 4 | $@ or not $mech->success or not $mech->content | |
116 | 0 | 0 | 3 | $@ or not $mech->success |
0 | 0 | 3 | $@ or not $mech->success or not $mech->content |