File Coverage

blib/lib/Test2/Util/Trace.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::Util::Trace;
2             require Test2::EventFacet::Trace;
3              
4 246     246   1750 use warnings;
  246         506  
  246         8647  
5 246     246   1321 use strict;
  246         471  
  246         14575  
6              
7             our @ISA = ('Test2::EventFacet::Trace');
8              
9             our $VERSION = '1.302180';
10              
11             1;
12              
13             __END__