Condition Coverage

blib/lib/WWW/Scraper/ISBN/Waterstones_Driver.pm
Criterion Covered Total %
condition 8 27 29.6


and 3 conditions

line !l l&&!r l&&r condition
92 1 2 0 length $isbn == 13 and $isbn ne $ean
2 1 0 length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean)

or 3 conditions

line l !l&&r !l&&!r condition
92 0 0 3 not $ean or length $isbn == 13 and $isbn ne $ean
0 0 3 not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean)
102 3 0 0 $@ or not $mech->success
3 0 0 $@ or not $mech->success or not $mech->content
114 0 0 0 $url eq 'https://www.waterstones.com' or $url eq 'https://www.waterstones.com' . "/books/search/term/$ean"
118 0 0 0 $@ or not $mech->success
0 0 0 $@ or not $mech->success or not $mech->content