Condition Coverage

blib/lib/Plient/Handler/HTTPTiny.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
17 0 0 0 $args and $$args{'content_type'}
0 0 0 $args and $$args{'content_type'} and $$args{'content_type'} =~ /form-data/
24 0 0 0 $ENV{'http_proxy'} and $ENV{'http_proxy'} =~ /@/
103 0 0 0 $$args{'user'} and defined $$args{'password'}

or 2 conditions

line l !l condition
98 0 0 $$args{'headers'} || {}
104 0 0 lc $$args{'auth_method'} || 'basic'