| blib/lib/Business/CPI/Base/Account/Address.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::Account::Address; | ||||||
| 2 | # ABSTRACT: General implementation of Account::Address role | ||||||
| 3 | 3 | 3 | 3348 | use utf8; | |||
| 3 | 4 | ||||||
| 3 | 17 | ||||||
| 4 | 3 | 3 | 547 | use Moo; | |||
| 3 | 11531 | ||||||
| 3 | 18 | ||||||
| 5 | with 'Business::CPI::Role::Account::Address'; | ||||||
| 6 | |||||||
| 7 | our $VERSION = '0.924'; # VERSION | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |