Condition Coverage

blib/lib/Crypt/RSA/Key/Private.pm
Criterion Covered Total %
condition 10 26 38.4


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 3 $value and $package eq 'Crypt::RSA::Key::Private'
120 0 0 3 $self->n and $self->d
0 0 0 $self->n and $self->p
0 0 0 $self->n and $self->p and $self->q
123 2 0 1 $self->p and $self->q
150 2 0 1 $self->u and $self->q
2 0 1 $self->u and $self->q and $self->p

or 2 conditions

line l !l condition
32 0 4 $params{'Cipher'} || 'Blowfish'

or 3 conditions

line l !l&&r !l&&!r condition
120 3 0 0 $self->n and $self->d or $self->n and $self->p and $self->q