File Coverage

blib/lib/Test/Stream/Event/Waiting.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Test::Stream::Event::Waiting;
2 107     107   664 use strict;
  107         116  
  107         2461  
3 107     107   317 use warnings;
  107         113  
  107         2067  
4              
5 107     107   301 use base 'Test::Stream::Event';
  107         109  
  107         7253  
6              
7 1     1 1 5 sub global { 1 };
8              
9             1;
10              
11             __END__