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   706 use strict;
  2         9  
  2         44  
3 2     2   8 use warnings;
  2         4  
  2         60  
4              
5             BEGIN {
6 2     2   5 $ntheory::AUTHORITY = 'cpan:DANAJ';
7 2         45 $ntheory::VERSION = '0.69';
8             }
9              
10             BEGIN {
11 2     2   1747 require Math::Prime::Util;
12 2         104 *ntheory:: = *Math::Prime::Util::;
13             }
14              
15             1;
16              
17             __END__