blib/lib/Crypt/Keyczar/Verifier.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 24 | if (not defined $signature or length $signature < 5) |
18 | 0 | 24 | if ($v != 0) |
22 | 0 | 24 | unless ($key) |
28 | 12 | 12 | if ($key->can('digest_size') and length $mac > $key->digest_size) |
32 | 0 | 24 | if (defined $hidden and length $hidden > 0) |
38 | 2 | 22 | unless $result |
39 | 12 | 10 | if (defined $expiration_time) |