File Coverage

blib/lib/Data/Intern/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::Intern::Shared;
2 3     3   396821 use strict;
  3         7  
  3         112  
3 3     3   16 use warnings;
  3         11  
  3         424  
4             our $VERSION = '0.01';
5             require XSLoader;
6             XSLoader::load('Data::Intern::Shared', $VERSION);
7             1;
8             __END__