File Coverage

blib/lib/Test2/EventFacet/Plan.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::Plan;
2 246     246   1663 use strict;
  246         525  
  246         7422  
3 246     246   1224 use warnings;
  246         481  
  246         13788  
4              
5             our $VERSION = '1.302180';
6              
7 246     246   1503 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         11982  
8 246     246   1780 use Test2::Util::HashBase qw{ -count -skip -none };
  246         573  
  246         1672  
9              
10             1;
11              
12             __END__