blib/lib/Crypt/Keyczar/Verifier.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 12 | 12 | $key->can('digest_size') and length $mac > $key->digest_size |
32 | 24 | 0 | 0 | defined $hidden and length $hidden > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
12 | 0 | 0 | 24 | not defined $signature or length $signature < 5 |