File Coverage

blib/lib/Test2/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 Test2::Hub::Interceptor::Terminator;
2 57     57   177 use strict;
  57         56  
  57         1231  
3 57     57   160 use warnings;
  57         48  
  57         1737  
4              
5             our $VERSION = '0.000044';
6              
7             1;
8              
9             __END__