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 23     23   129 use strict;
  23         33  
  23         717  
4 23     23   124 use warnings;
  23         53  
  23         2107  
5              
6             our $VERSION = '0.08';
7              
8             require XSLoader;
9             XSLoader::load('Data::HashMap', $VERSION);
10              
11             1;
12              
13             __END__