File Coverage

blib/lib/Test/Stream/Hub/Interceptor/Terminator.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Test::Stream::Hub::Interceptor::Terminator;
2 43     43   811 use strict;
  43         95  
  43         1088  
3 43     43   220 use warnings;
  43         86  
  43         1035  
4              
5             1;
6              
7             __END__