| blib/lib/Crypt/ECDH_ES.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 12 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 1 | if $options ne "" |
| 46 | 0 | 1 | if &hmac_sha256($iv . $ciphertext, $sign_key) ne $mac |
| 51 | 0 | 1 | unless substr($plaintext, -$pad_length, $pad_length, "") eq chr($pad_length) x $pad_length |
| 86 | 0 | 1 | if $options ne "\1" |
| 98 | 0 | 1 | if &hmac_sha256($iv . $ciphertext, $sign_key) ne $mac |
| 102 | 0 | 1 | unless substr($plaintext, -$pad_length, $pad_length, "") eq chr($pad_length) x $pad_length |