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   180 use strict;
  57         60  
  57         1242  
3 57     57   152 use warnings;
  57         54  
  57         2169  
4              
5             our $VERSION = '0.000043';
6             $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
7              
8             1;
9              
10             __END__