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   11876 use strict;
  21         75  
  21         858  
3 21     21   94 use warnings;
  21         31  
  21         1020  
4 21     21   200 use Data::ReqRep::Shared ();
  21         29  
  21         679  
5             1;