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   1045 use strict;
  107         195  
  107         2609  
3 107     107   573 use warnings;
  107         185  
  107         2570  
4              
5 107     107   586 use Test::Stream::Event;
  107         275  
  107         710  
6              
7 1     1 1 15 sub global { 1 };
8              
9             1;
10              
11             __END__