blib/lib/Bitcoin/Crypto/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 20 | 90.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 373 | 8 | 120 | $has_unc_oc && length $entropy == 2 * $curve_size + 1 |
49 | 475 | 0 | 26 | $has_com_oc && length $entropy == $curve_size + 1 |
74 | 0 | 10 | 83 | defined $2 and length $2 > 0 |
line | l | !l | condition |
---|---|---|---|
63 | 17 | 14 | $password // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 126 | 2 | 373 | $octet eq "\cD" || $octet eq "\cF" || $octet eq "\a" |
48 | 9 | 17 | 475 | $octet eq "\cB" || $octet eq "\cC" |
51 | 26 | 120 | 355 | $is_com or $is_unc |