File Coverage

blib/lib/Test2/EventFacet/Info.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::Info;
2 246     246   1615 use strict;
  246         491  
  246         8029  
3 246     246   1234 use warnings;
  246         507  
  246         17403  
4              
5             our $VERSION = '1.302180';
6              
7 18     18 1 57 sub is_list { 1 }
8              
9 246     246   1624 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         11584  
10 246     246   1566 use Test2::Util::HashBase qw{-tag -debug -important -table};
  246         641  
  246         1983  
11              
12             1;
13              
14             __END__