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 54     54   444 use strict;
  54         49  
  54         1131  
3 54     54   146 use warnings;
  54         50  
  54         1614  
4              
5             our $VERSION = '0.000042';
6              
7 54     54   149 use base 'Test2::Event';
  54         49  
  54         3705  
8              
9 1     1 1 5 sub global { 1 };
10              
11 13     13 1 41 sub summary { "IPC is waiting for children to finish..." }
12              
13             1;
14              
15             __END__