Condition Coverage

blib/lib/Bitcoin/BIP39.pm
Criterion Covered Total %
condition 6 19 31.5


and 3 conditions

line !l l&&!r l&&r condition
205 1 0 1 $args{'encoding'} and $args{'encoding'} eq 'hex'

or 2 conditions

line l !l condition
76 0 7 shift() // 'en'
226 0 2 $args{'bits'} // 128

or 3 conditions

line l !l&&r !l&&!r condition
118 4 0 0 $bits == 128 or $bits == 160
4 0 0 $bits == 128 or $bits == 160 or $bits == 192
0 0 0 $bits == 128 or $bits == 160 or $bits == 192 or $bits == 224
0 0 0 $bits == 128 or $bits == 160 or $bits == 192 or $bits == 224 or $bits == 256