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   485 use strict;
  43         53  
  43         988  
3 43     43   122 use warnings;
  43         45  
  43         851  
4              
5             1;
6              
7             __END__