File Coverage

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   22255 use utf8;
  5         17  
  5         36  
4 5     5   713 use Moo;
  5         13510  
  5         30  
5              
6             with 'Business::CPI::Role::Buyer';
7              
8             our $VERSION = '0.923'; # VERSION
9              
10             1;
11              
12             __END__