| blib/lib/Test2/Harness2/ChildSubReaper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 19 | 19 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Test2::Harness2::ChildSubReaper; | ||||||
| 2 | 6 | 6 | 1275839 | use 5.014000; | |||
| 6 | 27 | ||||||
| 3 | 6 | 6 | 57 | use strict; | |||
| 6 | 15 | ||||||
| 6 | 162 | ||||||
| 4 | 6 | 6 | 28 | use warnings; | |||
| 6 | 16 | ||||||
| 6 | 475 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '0.000003'; | ||||||
| 7 | |||||||
| 8 | 6 | 6 | 37 | use XSLoader; | |||
| 6 | 20 | ||||||
| 6 | 266 | ||||||
| 9 | XSLoader::load('Test2::Harness2::ChildSubReaper', $VERSION); | ||||||
| 10 | |||||||
| 11 | 6 | 6 | 31 | use Exporter qw/import/; | |||
| 6 | 11 | ||||||
| 6 | 452 | ||||||
| 12 | our @EXPORT_OK = qw/set_child_subreaper have_subreaper_support subreaper_mechanism/; | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |