| blib/lib/Test/Stream/Bundle/Tester.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 10 | 10 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 | 
| pod | 0 | 1 | 0.0 | 
| total | 14 | 15 | 93.3 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Test::Stream::Bundle::Tester; | ||||||
| 2 | 37 | 37 | 187 | use strict; | |||
| 37 | 59 | ||||||
| 37 | 2356 | ||||||
| 3 | 37 | 37 | 183 | use warnings; | |||
| 37 | 60 | ||||||
| 37 | 961 | ||||||
| 4 | |||||||
| 5 | 37 | 37 | 179 | use Test::Stream::Bundle; | |||
| 37 | 51 | ||||||
| 37 | 224 | ||||||
| 6 | |||||||
| 7 | sub plugins { | ||||||
| 8 | return ( | ||||||
| 9 | 38 | 38 | 0 | 243 | qw/Intercept Grab LoadPlugin Context/, | ||
| 10 | Compare => ['-all'], | ||||||
| 11 | ); | ||||||
| 12 | } | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |