Condition Coverage

blib/lib/WWW/Amazon/Wishlist.pm
Criterion Covered Total %
condition 3 51 5.8


and 3 conditions

line !l l&&!r l&&r condition
217 0 0 0 $uk and $item->{'image'}
0 0 0 $uk and $item->{'image'} and not $item->{'image'} =~ /^http:/
449 0 0 0 $iDesired and $sPriority

or 2 conditions

line l !l condition
151 0 1 shift() || 0
153 0 1 shift() || 0
332 0 0 shift() || 0
334 0 0 shift() || ''
336 0 0 shift() || 0
474 0 0 $sPriority ||= 'medium'
476 0 0 $iDesired ||= 1
504 0 0 $_[0]->attr('class') || ''
529 0 0 $_[0]->attr('class') || ''
574 0 0 $_[0]->as_text || ''
595 0 0 shift() || (return)
604 0 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
149 1 0 0 shift() || croak("No ID given to get_list() function\n")
378 0 0 0 $oA->attr('title') || $oA->as_text
392 0 0 0 $sURL =~ m[/detail(?:/offer-listing)?/-/(.+?)/ref] or $sURL =~ m[/gp/product/(.+?)/ref]
0 0 0 $sURL =~ m[/detail(?:/offer-listing)?/-/(.+?)/ref] or $sURL =~ m[/gp/product/(.+?)/ref] or $sURL =~ m[/dp/(.+?)/ref]
444 0 0 0 $sPriority ||= _match_priority($sSpan)
446 0 0 0 $iDesired ||= _match_desired($sSpan)