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   846404 use strict;
  7         16  
  7         249  
3 7     7   31 use warnings;
  7         57  
  7         736  
4             our $VERSION = '0.03';
5             require XSLoader;
6             XSLoader::load('Data::Heap::Shared', $VERSION);
7             1;
8             __END__