File Coverage

blib/lib/Test2/EventFacet/Render.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::Render;
2 1     1   8 use strict;
  1         3  
  1         35  
3 1     1   5 use warnings;
  1         3  
  1         91  
4              
5             our $VERSION = '1.302180';
6              
7 1     1 1 3 sub is_list { 1 }
8              
9 1     1   15 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  1         49  
10 1     1   6 use Test2::Util::HashBase qw{ -tag -facet -mode };
  1         3  
  1         9  
11              
12             1;
13              
14             __END__