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   11353 use strict;
  21         52  
  21         933  
3 21     21   98 use warnings;
  21         35  
  21         920  
4 21     21   99 use Data::ReqRep::Shared ();
  21         44  
  21         545  
5             1;
6              
7             __END__