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

or 2 conditions

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

or 3 conditions

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