File Coverage

blib/lib/Crypt/Bear/RSA/PrivateKey.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Crypt::Bear::RSA::PrivateKey;
2             $Crypt::Bear::RSA::PrivateKey::VERSION = '0.004';
3 1     1   146093 use Crypt::Bear;
  1         3  
  1         36  
4              
5             1;
6              
7             # ABSTRACT: An RSA private key in BearSSL
8              
9             __END__