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 | 39 | package Test2::Event::Waiting; | |||
6 | 12 | ||||||
6 | 175 | ||||||
3 | 6 | 6 | 30 | use strict; | |||
6 | 9 | ||||||
6 | 310 | ||||||
4 | use warnings; | ||||||
5 | |||||||
6 | our $VERSION = '1.302073'; | ||||||
7 | |||||||
8 | 6 | 6 | 30 | ||||
6 | 430 | ||||||
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__ |