Condition Coverage

blib/lib/HTTP/Client/Parallel.pm
Criterion Covered Total %
condition 9 28 32.1


and 3 conditions

line !l l&&!r l&&r condition
190 0 0 0 defined $content_length and $file_length < $content_length
0 0 0 defined $content_length and $file_length > $content_length
243 2 0 0 &Scalar::Util::blessed($url) and $url->isa('HTTP::Request')
2 0 0 &Scalar::Util::blessed($url) and $url->isa('URI')
253 2 0 0 $$self{'modified_since'} and $$self{'modified_since'}{$url}

or 2 conditions

line l !l condition
100 0 2 $args{'debug'} || 0
0 2 $args{'http_alias'} || 'ua'
0 2 $args{'timeout'} || 60
0 2 $args{'redirect_depth'} || 2
217 2 0 $$self{'http_alias'} || 'ua'

or 3 conditions

line l !l&&r !l&&!r condition
243 0 2 0 &Scalar::Util::blessed($url) and $url->isa('URI') or not ref $url