File Coverage

blib/lib/Data/ReqRep/Shared/Int.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::Int;
2 3     3   468016 use strict;
  3         7  
  3         143  
3 3     3   15 use warnings;
  3         5  
  3         189  
4 3     3   814 use Data::ReqRep::Shared ();
  3         8  
  3         107  
5             1;