Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 $args and $$args{'content_type'}
0 0 0 $args and $$args{'content_type'} and $$args{'content_type'} =~ /form-data/
46 0 0 0 $message and $message =~ /HTTPS support not compiled in/i
147 0 0 0 $$args{'user'} and defined $$args{'password'}

or 2 conditions

line l !l condition
134 0 0 shift() || {}
145 0 0 shift() || {}
148 0 0 lc $$args{'auth_method'} || 'basic'

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 $ENV{'PLIENT_WGET'} || which('wget')