Condition Coverage

blib/lib/WWW/Scraper/ISBN/BarnesNoble_Driver.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 2 not $ean or length $isbn == 13 and $isbn ne $ean
0 0 2 not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean)
107 0 0 2 $@ or not $mech->success
0 0 2 $@ or not $mech->success or not $mech->content