Condition Coverage

blib/lib/Net/SSH/Tunnel.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
121 0 0 0 $$opts{'hostname'} && $$opts{'host'} && $$opts{'type'} =~ /local|remote/
129 0 0 0 -x $$self{'cmds'}{'ssh'} and -x $$self{'cmds'}{'ps'}
0 0 0 -x $$self{'cmds'}{'ssh'} and -x $$self{'cmds'}{'ps'} and -x $$self{'cmds'}{'grep'}

or 3 conditions

line l !l&&r !l&&!r condition
121 0 0 0 not $$opts{'hostname'} && $$opts{'host'} && $$opts{'type'} =~ /local|remote/ or $$opts{'help'}