Condition Coverage

lib/Crypt/RSA/ES/PKCS1v15.pm
Criterion Covered Total %
condition 6 17 35.3


or 2 conditions

line l !l condition
79 2 0 $M || ''

or 3 conditions

line l !l&&r !l&&!r condition
40 2 0 0 $params{'Message'} || $params{'Plaintext'}
43 2 0 0 $self->encode($M, $k - 1) || return($self->error($self->errstr, \$M, $key, \%params))
55 2 0 0 $params{'Cyphertext'} || $params{'Ciphertext'}
64 2 0 0 $$self{'primitives'}->core_decrypt('Cyphertext', $c, 'Key', $key) || return($self->error('Decryption error.', $key, \%params))
66 2 0 0 i2osp($m, $k - 1) || return($self->error('Decryption error.', $key, \%params))