| blib/lib/Business/CPI/Base/Buyer.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::Buyer; | ||||||
| 2 | # ABSTRACT: General implementation of Buyer role | ||||||
| 3 | 5 | 5 | 23124 | use utf8; | |||
| 5 | 17 | ||||||
| 5 | 30 | ||||||
| 4 | 5 | 5 | 701 | use Moo; | |||
| 5 | 12778 | ||||||
| 5 | 28 | ||||||
| 5 | |||||||
| 6 | with 'Business::CPI::Role::Buyer'; | ||||||
| 7 | |||||||
| 8 | our $VERSION = '0.924'; # VERSION | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |