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 246     246   1659 use strict;
  246         513  
  246         7103  
3 246     246   1271 use warnings;
  246         518  
  246         11711  
4              
5             our $VERSION = '1.302180';
6              
7              
8             1;
9              
10             __END__