Branch Coverage

blib/lib/WWW/Scraper/ISBN/WHSmith_Driver.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
93 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)
108 0 0 if $@ or not $mech->success or not $mech->content
113 0 0 if $html =~ /Sorry, no products were found/is or not $html =~ m[]is
118 0 0 if $url =~ /Error.aspx/is
134 0 0 unless $data->{'binding'}
140 0 0 if ($data->{'image'})
150 0 0 if $data->{'width'}
151 0 0 if $data->{'height'}
152 0 0 if $data->{'weight'}
154 0 0 if ($data->{'author'})
164 0 0 unless defined $data
169 0 0 unless defined $data->{$_}