| blib/lib/Test/Stream/Plugin.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; | ||||||
| 2 | 99 | 99 | 1358 | use strict; | |||
| 99 | 201 | ||||||
| 99 | 2762 | ||||||
| 3 | 99 | 99 | 597 | use warnings; | |||
| 99 | 183 | ||||||
| 99 | 3153 | ||||||
| 4 | |||||||
| 5 | 99 | 99 | 522 | use Test::Stream::Exporter; | |||
| 99 | 209 | ||||||
| 99 | 852 | ||||||
| 6 | default_export import => sub { | ||||||
| 7 | 31 | 31 | 106 | my $class = shift; | |||
| 8 | 31 | 174 | my @caller = caller; | ||||
| 9 | 31 | 172 | $class->load_ts_plugin(\@caller, @_); | ||||
| 10 | }; | ||||||
| 11 | 99 | 99 | 608 | no Test::Stream::Exporter; | |||
| 99 | 209 | ||||||
| 99 | 539 | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | __END__ |