blib/lib/Business/CPI/Base/Account/Business.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::Business; | ||||||
2 | # ABSTRACT: General implementation of Account::Business role | ||||||
3 | 2 | 2 | 1783 | use utf8; | |||
2 | 4 | ||||||
2 | 13 | ||||||
4 | 2 | 2 | 58 | use Moo; | |||
2 | 3 | ||||||
2 | 12 | ||||||
5 | with 'Business::CPI::Role::Account::Business'; | ||||||
6 | |||||||
7 | our $VERSION = '0.922'; # VERSION | ||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ |