| blib/lib/Crypt/Passphrase/Argon2/AES.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 17 | 35.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 0 | 1 | 0 | $mode eq 'cbc' || $mode eq 'ecb' and $self->{'output_size'} % 16 |
| 36 | 2 | 0 | 0 | $length != 16 and $length != 24 |
| 2 | 0 | 0 | $length != 16 and $length != 24 and $length != 32 |
| line | l | !l | condition |
|---|---|---|---|
| 29 | 0 | 1 | delete $args{'mode'} // "cbc" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 0 | 1 | 0 | $args{'active'} //= (sort {BEGIN {${^WARNING_BITS} = "\x55\x55\x55\x51\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55"} $b cmp $a unless $b <=> $a;} keys %{$peppers;})[0] |
| 33 | 1 | 0 | 0 | $mode eq 'cbc' || $mode eq 'ecb' |