Condition Coverage

blib/lib/Net/SSH/Perl/Cipher.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
114 0 1 7 not ref $_[0] and $_[0]
1 7 0 not ref $_[0] and $_[0] and $_[0] eq "protocol"

or 3 conditions

line l !l&&r !l&&!r condition
53 1 42 0 $Net::SSH::Perl::Cipher::CIPHERS_SSH2{$type} || $type
122 1 7 0 $id == 0 || exists $Net::SSH::Perl::Cipher::SUPPORTED{$id}