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   957 use strict;
  2         12  
  2         59  
3 2     2   13 use warnings;
  2         5  
  2         87  
4              
5             BEGIN {
6 2     2   7 $ntheory::AUTHORITY = 'cpan:DANAJ';
7 2         75 $ntheory::VERSION = '0.68';
8             }
9              
10             BEGIN {
11 2     2   1699 require Math::Prime::Util;
12 2         156 *ntheory:: = *Math::Prime::Util::;
13             }
14              
15             1;
16              
17             __END__