Branch Coverage

blib/lib/WWW/Noss/Curl.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
212 0 0 unless ($verbose)
216 0 0 if (defined $agent)
220 0 0 if (defined $time_cond)
224 0 0 if ($remote_time)
228 0 0 if (defined $etag_save)
232 0 0 if (defined $etag_compare)
236 0 0 if (defined $limit_rate)
240 0 0 if (defined $user_agent)
244 0 0 if (defined $timeout)
248 0 0 if ($fail)
252 0 0 if (defined $proxy)
256 0 0 if (defined $proxy_user)
260 0 0 if (defined $redirect)
264 0 0 if ($compressed)
272 0 0 $? == -1 ? :
276 0 0 -s $tmp ? :
277 0 0 unless open my $fh, "<", $tmp
300 0 0 if (@resp_parts == 2) { }
0 0 elsif (@resp_parts != 3) { }
309 0 0 if ($l eq "")
313 0 0 unless (defined $v)
328 0 0 unless (exists $HTTP_CODES{$status})