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 | 1252 | use strict; | |||
97 | 184 | ||||||
97 | 2685 | ||||||
3 | 97 | 97 | 501 | use warnings; | |||
97 | 326 | ||||||
97 | 3208 | ||||||
4 | |||||||
5 | 97 | 97 | 686 | use Test::Stream::Context qw/context release/; | |||
97 | 171 | ||||||
97 | 3341 | ||||||
6 | |||||||
7 | 97 | 97 | 540 | use Test::Stream::Exporter; | |||
97 | 175 | ||||||
97 | 600 | ||||||
8 | exports qw/release/; | ||||||
9 | default_exports qw/context/; | ||||||
10 | 97 | 97 | 505 | no Test::Stream::Exporter; | |||
97 | 173 | ||||||
97 | 481 | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |