Branch Coverage

lib/Crypt/Perl/PKCS10.pm
Criterion Covered Total %
branch 10 12 83.3


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