File Coverage

blib/lib/Data/ReqRep/Shared/Client.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Data::ReqRep::Shared::Client;
2 21     21   11514 use strict;
  21         49  
  21         785  
3 21     21   100 use warnings;
  21         95  
  21         1026  
4 21     21   107 use Data::ReqRep::Shared ();
  21         30  
  21         565  
5             1;
6              
7             __END__