File Coverage

blib/lib/Test2/EventFacet/Assert.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::Assert;
2 246     246   1700 use strict;
  246         512  
  246         6996  
3 246     246   1186 use warnings;
  246         479  
  246         13516  
4              
5             our $VERSION = '1.302180';
6              
7 246     246   1520 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         10555  
8 246     246   1663 use Test2::Util::HashBase qw{ -pass -no_debug -number };
  246         509  
  246         1749  
9              
10             1;
11              
12             __END__