Condition Coverage

blib/lib/Net/DAVTalk.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
310 0 0 0 $Response->{'status'} == 599 and $Response->{'content'} =~ /timed out/i
318 0 0 0 $Response->{'status'} =~ /^30[1278]/ and ++$count < 10
329 0 0 0 $Response->{'status'} == 599 and $Response->{'content'} =~ /timed out/i
347 0 0 0 $Method eq "REPORT" and $Response->{'status'} == 403

or 2 conditions

line l !l condition
287 0 0 $Headers{'Content-Type'} //= "application/xml; charset=utf-8"
339 0 0 $Response->{'content'} || ''
460 0 0 $$Propstat{"{$NS_D}prop"} || (next)
512 0 0 $Args{'url'} || ''
554 0 0 $Args{'url'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
116 0 0 0 ref $Class || $Class
147 0 0 0 $Self->{'ua'} ||= "HTTP::Tiny"->new("agent", "Net-DAVTalk/$VERSION", "SSL_options", $Self->{'SSL_options'})
173 0 0 0 $Port || ($HTTPS ? 443 : 80)
372 0 0 0 grep {$Method eq $_;} "GET", "DELETE" or $Response->{'status'} != 207
0 0 0 grep {$Method eq $_;} "GET", "DELETE" or $Response->{'status'} != 207 or not $ResponseContent