| blib/lib/Business/CPI/Base/Receiver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Business::CPI::Base::Receiver; | ||||||
| 2 | # ABSTRACT: General implementation of Receiver role | ||||||
| 3 | 1 | 1 | 1078 | use utf8; | |||
| 1 | 2 | ||||||
| 1 | 7 | ||||||
| 4 | 1 | 1 | 27 | use Moo; | |||
| 1 | 1 | ||||||
| 1 | 7 | ||||||
| 5 | |||||||
| 6 | with 'Business::CPI::Role::Receiver'; | ||||||
| 7 | |||||||
| 8 | our $VERSION = '0.924'; # VERSION | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |