Condition Coverage

blib/lib/Net/HTTPTunnel.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
157 0 0 0 defined $args{'remote-host'} and defined $args{'remote-port'}
0 0 0 defined $args{'remote-host'} and defined $args{'remote-port'} and defined $args{'proxy-host'}
0 0 0 defined $args{'remote-host'} and defined $args{'remote-port'} and defined $args{'proxy-host'} and defined $args{'proxy-port'}
179 0 0 0 $args{'proxy-user'} and $args{'proxy-pass'}

or 2 conditions

line l !l condition
155 0 0 $args{'http-ver'} ||= '1.0'