blib/lib/Bitcoin/Crypto/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 20 | 90.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 373 | 8 | 121 | $has_unc_oc && length $entropy == 2 * $curve_size + 1 |
50 | 476 | 0 | 26 | $has_com_oc && length $entropy == $curve_size + 1 |
75 | 0 | 10 | 83 | defined $2 and length $2 > 0 |
line | l | !l | condition |
---|---|---|---|
64 | 17 | 14 | $password // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 127 | 2 | 373 | $octet eq "\cD" || $octet eq "\cF" || $octet eq "\a" |
49 | 9 | 17 | 476 | $octet eq "\cB" || $octet eq "\cC" |
52 | 26 | 121 | 355 | $is_com or $is_unc |