File Coverage

blib/lib/Data/HashMap.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;
2              
3 22     22   147 use strict;
  22         36  
  22         686  
4 22     22   89 use warnings;
  22         43  
  22         2060  
5              
6             our $VERSION = '0.04';
7              
8             require XSLoader;
9             XSLoader::load('Data::HashMap', $VERSION);
10              
11             1;
12              
13             __END__