Condition Coverage

lib/Crypt/RSA/SS/PSS.pm
Criterion Covered Total %
condition 5 21 23.8


or 3 conditions

line l !l&&r !l&&!r condition
41 208 0 0 $params{'Message'} || $params{'Plaintext'}
55 0 0 0 $params{'Message'} || $params{'Plaintext'}
66 0 0 0 $$self{'primitives'}->core_verify('Key', $key, 'Signature', $s) || $self->error('Invalid signature.', \$M, \$S, $key, \%params)
68 0 0 0 i2osp($m, $k - 1) || return($self->error('Invalid signature.', \$M, \$S, $key, \%params))
77 207 0 0 $params{'Message'} || $params{'Plaintext'}
81 207 0 0 $$self{'primitives'}->core_verify('Key', $key, 'Signature', $s) || $self->error('Invalid signature.', \$M, \$S, $key, \%params)
83 107 100 0 i2osp($m, $k - 1) || return($self->error('Invalid signature.', \$M, \$S, $key, \%params))