File Coverage

blib/lib/Data/Buffer/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::Buffer::Shared;
2 16     16   215147 use strict;
  16         28  
  16         449  
3 16     16   71 use warnings;
  16         30  
  16         1306  
4             our $VERSION = '0.04';
5              
6             require XSLoader;
7             XSLoader::load('Data::Buffer::Shared', $VERSION);
8              
9             1;
10              
11             __END__