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   139379 use strict;
  3         23  
  3         91  
4 3     3   15 use warnings;
  3         6  
  3         123  
5              
6             our $VERSION = '1.16';
7              
8 3     3   15 use XSLoader;
  3         5  
  3         140  
9              
10             XSLoader::load('Crypt::Rijndael', $VERSION);
11              
12             1;
13              
14             __END__