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   115132 use strict;
  3         16  
  3         71  
4 3     3   12 use warnings;
  3         5  
  3         104  
5              
6             our $VERSION = '1.15';
7              
8 3     3   14 use XSLoader;
  3         3  
  3         118  
9              
10             XSLoader::load('Crypt::Rijndael', $VERSION);
11              
12             1;
13              
14             __END__