File Coverage

blib/lib/Test2/EventFacet/Amnesty.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 1 1 100.0
total 18 18 100.0


line stmt bran cond sub pod time code
1             package Test2::EventFacet::Amnesty;
2 246     246   1719 use strict;
  246         505  
  246         7169  
3 246     246   1210 use warnings;
  246         476  
  246         16455  
4              
5             our $VERSION = '1.302180';
6              
7 7     7 1 30 sub is_list { 1 }
8              
9 246     246   1556 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         10227  
10 246     246   1719 use Test2::Util::HashBase qw{ -tag -inherited };
  246         581  
  246         1788  
11              
12             1;
13              
14             __END__