File Coverage

blib/lib/Test2/Event/Waiting.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 2 2 100.0
total 18 18 100.0


line stmt bran cond sub pod time code
1             package Test2::Event::Waiting;
2 57     57   500 use strict;
  57         57  
  57         1241  
3 57     57   163 use warnings;
  57         49  
  57         1635  
4              
5             our $VERSION = '0.000044';
6              
7 57     57   158 use base 'Test2::Event';
  57         51  
  57         3977  
8              
9 1     1 1 5 sub global { 1 };
10              
11 13     13 1 36 sub summary { "IPC is waiting for children to finish..." }
12              
13             1;
14              
15             __END__