File Coverage

blib/lib/Test2/EventFacet/About.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Test2::EventFacet::About;
2 246     246   1659 use strict;
  246         508  
  246         7149  
3 246     246   1223 use warnings;
  246         490  
  246         14991  
4              
5             our $VERSION = '1.302180';
6              
7 246     246   2347 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         10556  
8 246     246   1613 use Test2::Util::HashBase qw{ -package -no_display -uuid -eid };
  246         518  
  246         4080  
9              
10             1;
11              
12             __END__