File Coverage

blib/lib/Test2/EventFacet/Hub.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 2 2 100.0
total 21 21 100.0


line stmt bran cond sub pod time code
1             package Test2::EventFacet::Hub;
2 246     246   1712 use strict;
  246         499  
  246         6960  
3 246     246   1220 use warnings;
  246         489  
  246         19685  
4              
5             our $VERSION = '1.302180';
6              
7 23     23 1 67 sub is_list { 1 }
8 2     2 1 7 sub facet_key { 'hubs' }
9              
10 246     246   1601 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
  246         11609  
11 246     246   1666 use Test2::Util::HashBase qw{-pid -tid -hid -nested -buffered -uuid -ipc};
  246         598  
  246         1669  
12              
13             1;
14              
15             __END__