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   1089 use strict;
  107         187  
  107         2644  
3 107     107   538 use warnings;
  107         196  
  107         2520  
4              
5 107     107   531 use Test::Stream::Event;
  107         196  
  107         661  
6              
7 1     1 1 8 sub global { 1 };
8              
9             1;
10              
11             __END__