File Coverage

blib/lib/Crypt/Bear/GCM.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::GCM;
2             $Crypt::Bear::GCM::VERSION = '0.004';
3 2     2   204659 use Crypt::Bear;
  2         5  
  2         94  
4              
5             1;
6              
7             # ABSTRACT: GCM implementation for BearSSL
8              
9             __END__