| blib/lib/Test/Stream/Plugin/Defer.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::Defer; | ||||||
| 2 | 6 | 6 | 30 | use strict; | |||
| 6 | 14 | ||||||
| 6 | 148 | ||||||
| 3 | 6 | 6 | 29 | use warnings; | |||
| 6 | 11 | ||||||
| 6 | 176 | ||||||
| 4 | |||||||
| 5 | 6 | 6 | 3127 | use Test::Stream::DeferredTests; | |||
| 6 | 13 | ||||||
| 6 | 24 | ||||||
| 6 | |||||||
| 7 | 6 | 6 | 37 | use Test::Stream::Exporter; | |||
| 6 | 11 | ||||||
| 6 | 26 | ||||||
| 8 | default_exports qw/def do_def/; | ||||||
| 9 | 6 | 6 | 32 | no Test::Stream::Exporter; | |||
| 6 | 10 | ||||||
| 6 | 28 | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |