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   117 use strict;
  22         33  
  22         660  
4 22     22   86 use warnings;
  22         40  
  22         2070  
5              
6             our $VERSION = '0.06';
7              
8             require XSLoader;
9             XSLoader::load('Data::HashMap', $VERSION);
10              
11             1;
12              
13             __END__