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
282 0 0 0 $Response->{'status'} == '599' and $Response->{'content'} =~ /timed out/i
287 0 0 0 $Response->{'status'} =~ /^30[1278]/ and ++$count < 10
298 0 0 0 $Response->{'status'} == '599' and $Response->{'content'} =~ /timed out/i
313 0 0 0 $Method eq 'REPORT' and $Response->{'status'} == 403

or 2 conditions

line l !l condition
263 0 0 $Headers{'Content-Type'} //= 'application/xml; charset=utf-8'
305 0 0 $Response->{'content'} || ''
401 0 0 $$Propstat{"{$NS_D}prop"} || (next)
453 0 0 $Args{'url'} || ''
495 0 0 $Args{'url'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
111 0 0 0 ref $Class || $Class
139 0 0 0 $Self->{'ua'} ||= 'HTTP::Tiny'->new('agent', 'Net-DAVTalk/0.01')
167 0 0 0 $Port || ($HTTPS ? 443 : 80)
330 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