| blib/lib/File/KDBX/KDF/AES.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 11 | $use_fork ? : |
| 27 | 0 | 42 | unless $_[0]{'R'} |
| 46 | 2 | 40 | unless length $key == 32 |
| 47 | 0 | 40 | unless length $seed == 32 |
| 54 | 0 | 0 | if ($pid == 0) |
| 57 | 0 | 0 | unless print $l |
| 61 | 0 | 0 | unless (read($read, my $l, length $key_l) == length $key_l) |
| 62 | 0 | 0 | unless (close $read) |
| 97 | 10 | 1 | $use_xs ? : |