| blib/lib/Crypt/RSA/ES/OAEP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 12 | 41.6 | 
| line | l | !l | condition | 
|---|---|---|---|
| 47 | 256 | 0 | $self->encode($M, $self->{'P'}, $k - 1) || (return $self->error($self->errstr, \$M, $key, \%params)) | 
| 66 | 256 | 0 | $self->{'primitives'}->core_decrypt('Cyphertext', $c, 'Key', $key) || (return $self->error('Decryption error.', $key, \%params)) | 
| 68 | 256 | 0 | i2osp($m, $k - 1) || (return $self->error('Decryption error.', $key, \%params)) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 43 | 256 | 0 | 0 | $params{'Message'} || $params{'Plaintext'} | 
| 58 | 256 | 0 | 0 | $params{'Cyphertext'} || $params{'Ciphertext'} |