File Coverage

blib/lib/Crypt/Rijndael.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::Rijndael;
2              
3 3     3   134478 use strict;
  3         20  
  3         90  
4 3     3   14 use warnings;
  3         6  
  3         119  
5              
6             our $VERSION = '1.14';
7              
8 3     3   16 use XSLoader;
  3         7  
  3         150  
9              
10             XSLoader::load('Crypt::Rijndael', $VERSION);
11              
12             1;
13              
14             __END__