Branch Coverage

lib/Crypt/Perl/PKCS10.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
174 7 2 if ($key->isa('Crypt::Perl::ECDSA::PrivateKey')) { }
2 0 elsif ($key->isa('Crypt::Perl::RSA::PrivateKey')) { }
0 0 elsif ($key->isa('Crypt::Perl::Ed25519::PrivateKey')) { }
179 0 7 if ($bits < 224) { }
2 5 elsif ($bits < 256) { }
2 3 elsif ($bits < 384) { }
1 2 elsif ($bits < 512) { }