blib/lib/JSON/WebEncryption.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
78 | 0 | 4 | unless $alg_params |
79 | 0 | 4 | unless $enc_params |
132 | 0 | 4 | if $$header{'typ'} ne 'JWE' |
137 | 0 | 4 | unless $enc_params |
138 | 0 | 4 | unless $alg_params |
149 | 0 | 4 | if ($icheckB64 ne encode_base64url(&$integrity_fn($signed_section))) |