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 | 13 | ||||||
6 | 149 | ||||||
3 | 6 | 6 | 28 | use warnings; | |||
6 | 13 | ||||||
6 | 153 | ||||||
4 | |||||||
5 | 6 | 6 | 3024 | use Test::Stream::DeferredTests; | |||
6 | 16 | ||||||
6 | 23 | ||||||
6 | |||||||
7 | 6 | 6 | 35 | use Test::Stream::Exporter; | |||
6 | 13 | ||||||
6 | 24 | ||||||
8 | default_exports qw/def do_def/; | ||||||
9 | 6 | 6 | 31 | no Test::Stream::Exporter; | |||
6 | 11 | ||||||
6 | 27 | ||||||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | __END__ |