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   12168 use strict;
  21         53  
  21         981  
3 21     21   123 use warnings;
  21         37  
  21         1164  
4 21     21   124 use Data::ReqRep::Shared ();
  21         49  
  21         614  
5             1;