File Coverage

blib/lib/ntheory.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package ntheory;
2 2     2   1000 use strict;
  2         8  
  2         48  
3 2     2   8 use warnings;
  2         3  
  2         67  
4              
5             BEGIN {
6 2     2   6 $ntheory::AUTHORITY = 'cpan:DANAJ';
7 2         47 $ntheory::VERSION = '0.73';
8             }
9              
10             BEGIN {
11 2     2   1830 require Math::Prime::Util;
12 2         146 *ntheory:: = *Math::Prime::Util::;
13             }
14              
15             1;
16              
17             __END__