| blib/lib/Crypt/Age/Primitives.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 24 | 70.8 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 0 | 15 | unless length $wrap_key == 32 |
| 73 | 0 | 15 | unless length $file_key == 16 |
| 88 | 0 | 13 | unless length $wrap_key == 32 |
| 89 | 0 | 13 | unless length $wrapped_key == 32 |
| 98 | 3 | 10 | unless $ae->decrypt_done($tag) |
| 107 | 0 | 14 | unless defined $nonce |
| 108 | 0 | 14 | unless length $nonce == 16 |
| 141 | 3 | 7 | $remaining > 65536 ? : |
| 157 | 7 | 3 | if $is_final |
| 175 | 3 | 7 | $remaining > $max_encrypted_chunk ? : |
| 187 | 0 | 10 | unless $ae->decrypt_done($tag) |
| 211 | 14 | 6 | $is_final ? : |