| blib/lib/Crypt/RFC8188.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 24 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 1 | 0 | 23 | $salt and length $salt == 16 |
| 76 | 1 | 3 | 1 | not $keyid and $private_key |
| 97 | 7 | 0 | 1 | $private_key and not $dh |
| 121 | 5 | 0 | 1 | not $last and $last_byte != 1 |
| 122 | 0 | 4 | 1 | $last and $last_byte != 2 |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 5 | 1 | $rs ||= 4096 |
| 79 | 1 | 3 | $keyid || '' |
| 100 | 0 | 7 | $keyid || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 4 | 2 | 0 | $salt ||= &random_bytes(16) |