Condition Coverage

blib/lib/Plient/Handler/curl.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 $$args{'content_type'} and $$args{'content_type'} =~ /form-data/
80 0 0 0 ref $value eq 'HASH' and $$value{'file'}
143 0 0 0 $$args{'user'} and defined $$args{'password'}

or 2 conditions

line l !l condition
129 0 0 shift() || {}
141 0 0 shift() || {}
144 0 0 $$args{'auth_method'} || 'basic'

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $ENV{'PLIENT_CURL'} || which('curl')
24 0 0 0 $ENV{'PLIENT_CURL_CONFIG'} || which('curl-config')