Condition Coverage

Bio/Root/HTTPget.pm
Criterion Covered Total %
condition 0 83 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
148 0 0 0 $auth_user and $auth_pass
206 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
228 0 0 0 $auth_user and $auth_pass
286 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
333 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
372 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
389 0 0 0 $username and $password
408 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/
430 0 0 0 $_[0] and ref $_[0] || $_[0] =~ /^Bio::/

or 2 conditions

line l !l condition
292 0 0 $path ||= '/'
294 0 0 $port || 80
377 0 0 $protocol ||= 'http'
413 0 0 $protocol ||= 'http'

or 3 conditions

line l !l&&r !l&&!r condition
117 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
123 0 0 0 $proxy || $url
127 0 0 0 $auth_user ||= $user
128 0 0 0 $auth_pass ||= $pass
166 0 0 0 $stat_code == 302 or $stat_code == 301
206 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
211 0 0 0 $proxy || $url
215 0 0 0 $auth_user ||= $user
216 0 0 0 $auth_pass ||= $pass
246 0 0 0 $stat_code == 302 or $stat_code == 301
286 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
333 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
372 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
408 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/
430 0 0 0 ref $_[0] || $_[0] =~ /^Bio::/