| blib/lib/Test/Stream/Plugin/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 15 | 15 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 | 
| pod | n/a | ||
| total | 20 | 20 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Test::Stream::Plugin::Context; | ||||||
| 2 | 97 | 97 | 1241 | use strict; | |||
| 97 | 189 | ||||||
| 97 | 2603 | ||||||
| 3 | 97 | 97 | 496 | use warnings; | |||
| 97 | 318 | ||||||
| 97 | 3131 | ||||||
| 4 | |||||||
| 5 | 97 | 97 | 650 | use Test::Stream::Context qw/context release/; | |||
| 97 | 187 | ||||||
| 97 | 3627 | ||||||
| 6 | |||||||
| 7 | 97 | 97 | 527 | use Test::Stream::Exporter; | |||
| 97 | 180 | ||||||
| 97 | 598 | ||||||
| 8 | exports qw/release/; | ||||||
| 9 | default_exports qw/context/; | ||||||
| 10 | 97 | 97 | 510 | no Test::Stream::Exporter; | |||
| 97 | 181 | ||||||
| 97 | 407 | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | __END__ |