File Coverage

blib/lib/Data/Heap/Shared.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Data::Heap::Shared;
2 7     7   940428 use strict;
  7         38  
  7         274  
3 7     7   35 use warnings;
  7         37  
  7         828  
4             our $VERSION = '0.04';
5             require XSLoader;
6             XSLoader::load('Data::Heap::Shared', $VERSION);
7             1;
8             __END__