| blib/lib/Proc/Wait3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Proc::Wait3; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 11458 | use 5.006; | |||
| 2 | 6 | ||||||
| 4 | 2 | 2 | 10 | use strict; | |||
| 2 | 2 | ||||||
| 2 | 44 | ||||||
| 5 | 2 | 2 | 8 | use warnings; | |||
| 2 | 4 | ||||||
| 2 | 182 | ||||||
| 6 | |||||||
| 7 | require Exporter; | ||||||
| 8 | require DynaLoader; | ||||||
| 9 | |||||||
| 10 | our @ISA = qw(Exporter DynaLoader); | ||||||
| 11 | our @EXPORT = qw(wait3); | ||||||
| 12 | our $VERSION = '0.05'; | ||||||
| 13 | |||||||
| 14 | bootstrap Proc::Wait3 $VERSION; | ||||||
| 15 | |||||||
| 16 | 1; | ||||||
| 17 | __END__ |