File Coverage

blib/lib/Crypt/Bear/PEM/Decoder.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Crypt::Bear::PEM::Decoder;
2             $Crypt::Bear::PEM::Decoder::VERSION = '0.004';
3 3     3   149308 use strict;
  3         6  
  3         94  
4 3     3   11 use warnings;
  3         4  
  3         146  
5              
6 3     3   319 use Crypt::Bear;
  3         6  
  3         92  
7              
8             1;
9              
10             # ABSTRACT: A decoder for PEM
11              
12             __END__