Condition Coverage

blib/lib/Crypt/KeyWrap.pm
Criterion Covered Total %
condition 21 29 72.4


and 3 conditions

line !l l&&!r l&&r condition
59 40 98 0 $padding and $cipher eq "DES_EDE"
109 40 123 0 $padding and $cipher eq "DES_EDE"
140 0 0 33 $A_hex =~ /^a65959a6/ and $blck == 8

or 2 conditions

line l !l condition
166 1 22 $cipher ||= "AES"

or 3 conditions

line l !l&&r !l&&!r condition
57 47 51 40 $klen == 16 or $klen == 24
98 40 0 $klen == 16 or $klen == 24 or $klen == 32
58 128 10 0 $cipher eq "AES" or $cipher eq "DES_EDE"
107 64 55 44 $klen == 16 or $klen == 24
119 44 0 $klen == 16 or $klen == 24 or $klen == 32
108 153 10 0 $cipher eq "AES" or $cipher eq "DES_EDE"