File Coverage

blib/lib/Doubly/Pointer.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 Doubly::Pointer;
2              
3 41     41   9478865 use 5.006;
  41         160  
4 41     41   267 use strict;
  41         161  
  41         1424  
5 41     41   213 use warnings;
  41         74  
  41         5306  
6              
7             our $VERSION = '0.12';
8              
9             require XSLoader;
10             XSLoader::load('Doubly::Pointer', $VERSION);
11              
12             1;
13              
14             __END__