File Coverage

inc/Test2/Event/Waiting.pm
Criterion Covered Total %
statement 8 10 80.0
branch n/a
condition n/a
subroutine 3 5 60.0
pod 2 2 100.0
total 13 17 76.4


line stmt bran cond sub pod time code
1             #line 1
2 1     1   4 package Test2::Event::Waiting;
  1         2  
  1         32  
3 1     1   4 use strict;
  1         1  
  1         36  
4             use warnings;
5              
6             our $VERSION = '1.302073';
7              
8 1     1   49  
  1         59  
9             BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
10 0     0 1    
11             sub global { 1 };
12 0     0 1    
13             sub summary { "IPC is waiting for children to finish..." }
14              
15             1;
16              
17             __END__