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 6     6   41 package Test2::Event::Waiting;
  6         13  
  6         170  
3 6     6   31 use strict;
  6         10  
  6         358  
4             use warnings;
5              
6             our $VERSION = '1.302073';
7              
8 6     6   33  
  6         395  
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__