File Coverage

blib/lib/Data/ReqRep/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::ReqRep::Shared;
2 23     23   2826040 use strict;
  23         41  
  23         997  
3 23     23   95 use warnings;
  23         31  
  23         2333  
4             our $VERSION = '0.02';
5              
6             require XSLoader;
7             XSLoader::load('Data::ReqRep::Shared', $VERSION);
8              
9             1;
10              
11             __END__