blib/lib/Crypt/CCM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 24 | 54.1 |
line | true | false | branch |
---|---|---|---|
33 | 32 | 0 | if (exists $args{'-key'}) |
35 | 0 | 32 | if ($@) |
99 | 82 | 0 | if $n ne "\000" |
116 | 0 | 4 | if (length $C <= $$self{'taglen'}) |
130 | 12 | 0 | if $n ne "\000" |
148 | 0 | 4 | if (substr($Y, 0, $$self{'taglen'}) ne $T) |
192 | 32 | 0 | $a_len > 0 ? : |
214 | 0 | 32 | if ($a_len == 0) |
217 | 30 | 2 | if ($a_len <= 65279) { } |
2 | 0 | elsif ($a_len <= 4294967295) { } | |
0 | 0 | elsif ($a_len < 1.8446744073709552e+19) { } | |
240 | 28 | 4 | if ($pad > 0) |