| 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 | 1205 | use strict; | |||
| 99 | 197 | ||||||
| 99 | 2818 | ||||||
| 3 | 99 | 99 | 518 | use warnings; | |||
| 99 | 198 | ||||||
| 99 | 3201 | ||||||
| 4 | |||||||
| 5 | 99 | 99 | 619 | use Test::Stream::Exporter; | |||
| 99 | 215 | ||||||
| 99 | 811 | ||||||
| 6 | default_export import => sub { | ||||||
| 7 | 31 | 31 | 111 | my $class = shift; | |||
| 8 | 31 | 135 | my @caller = caller; | ||||
| 9 | 31 | 235 | $class->load_ts_plugin(\@caller, @_); | ||||
| 10 | }; | ||||||
| 11 | 99 | 99 | 604 | no Test::Stream::Exporter; | |||
| 99 | 200 | ||||||
| 99 | 501 | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | __END__ |