Condition Coverage

lib/Crypt/RSA/Key.pm
Criterion Covered Total %
condition 16 26 61.5


and 3 conditions

line !l l&&!r l&&r condition
50 11 0 1 $params{'q'} and $params{'p'}
11 0 1 $params{'q'} and $params{'p'} and $params{'e'}

or 2 conditions

line l !l condition
61 10 1 $params{'Verbosity'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
80 12 0 0 $self->_load(%$pubload) || return($self->error(q[Couldn't load the public key module.]))
82 12 0 0 $self->_load(%$priload, 'Args', ['Password', $params{'Password'}]) || return($self->error(q[Couldn't load the private key module.]))
87 11 1 0 $$key{'e'} || $params{'e'}
88 11 1 0 $$key{'e'} || $params{'e'}
89 11 1 0 $$key{'p'} || $params{'p'}
90 11 1 0 $$key{'q'} || $params{'q'}