| blib/lib/Test2/Plugin/IOMuxer/STDERR.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 4 | 4 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | 0 | 1 | 0.0 | 
| total | 6 | 7 | 85.7 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Test2::Plugin::IOMuxer::STDERR; | ||||||
| 2 | |||||||
| 3 | our $VERSION = '0.000008'; | ||||||
| 4 | |||||||
| 5 | 3 | 3 | 1441 | use parent 'Test2::Plugin::IOMuxer::Layer'; | |||
| 3 | 596 | ||||||
| 3 | 16 | ||||||
| 6 | |||||||
| 7 | 2 | 2 | 0 | 10 | sub name { 'stderr' } | ||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |