File Coverage

blib/lib/Doubly/Linked.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::Linked;
2              
3 21     21   2607316 use 5.006;
  21         114  
4 21     21   137 use strict;
  21         209  
  21         777  
5 21     21   187 use warnings;
  21         74  
  21         2748  
6             our $VERSION = '0.13';
7              
8             require XSLoader;
9             XSLoader::load('Doubly::Linked', $VERSION);
10              
11             1;
12              
13             __END__