blib/lib/Crypt/ARIA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
63 | 4 | 23 | if (@_) |
81 | 1 | 25 | unless (grep {$len == $_;} (128, 192, 256)) |
121 | 2 | 115 | unless (defined $$self{'enc_roundkey'} and defined $$self{'enc_round'}) |
127 | 0 | 115 | if ($len != 16) |
140 | 0 | 114 | unless (defined $$self{'enc_roundkey'} and defined $$self{'enc_round'}) |
146 | 0 | 114 | if ($len != 16) |
165 | 27 | 3 | $len - $i > 16 ? : |
167 | 0 | 30 | if ($buflen < 16) |
183 | 0 | 3 | if ($len % 16) |