File Coverage

blib/lib/Data/HashMap/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::HashMap::Shared;
2 19     19   244403 use strict;
  19         32  
  19         562  
3 19     19   78 use warnings;
  19         32  
  19         1580  
4             our $VERSION = '0.08';
5              
6             require XSLoader;
7             XSLoader::load('Data::HashMap::Shared', $VERSION);
8              
9             1;
10              
11             __END__