Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
130 0 0 $$args{'headers'} || {}
136 0 0 lc $$args{'auth_method'} || 'basic'