File Coverage

blib/lib/Alien/GMP.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 Alien::GMP;
2              
3 3     3   814006 use strict;
  3         21  
  3         86  
4 3     3   14 use warnings;
  3         6  
  3         85  
5 3     3   14 use base 'Alien::Base';
  3         5  
  3         1177  
6              
7             our $VERSION = '1.16'; # VERSION
8             # ABSTRACT: Alien package for the GNU Multiple Precision library.
9              
10             1;
11              
12             __END__