File Coverage

blib/lib/Apophis.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Apophis;
2              
3 12     12   1469669 use 5.010;
  12         41  
4 12     12   57 use strict;
  12         21  
  12         290  
5 12     12   61 use warnings;
  12         30  
  12         1434  
6              
7             our $VERSION = '0.02';
8              
9             require XSLoader;
10             XSLoader::load('Apophis', $VERSION);
11              
12             1;
13              
14             __END__