| blib/lib/Test/Stream/Bundle/SpecDeclare.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::SpecDeclare; | ||||||
| 2 | 2 | 2 | 64623 | use strict; | |||
| 2 | 5 | ||||||
| 2 | 48 | ||||||
| 3 | 2 | 2 | 9 | use warnings; | |||
| 2 | 4 | ||||||
| 2 | 46 | ||||||
| 4 | |||||||
| 5 | 2 | 2 | 10 | use Test::Stream::Bundle; | |||
| 2 | 4 | ||||||
| 2 | 10 | ||||||
| 6 | |||||||
| 7 | sub plugins { | ||||||
| 8 | 2 | 2 | 0 | 19 | return (qw/Spec SpecDeclare/); | ||
| 9 | } | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |