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   20440 use utf8;
  5         12  
  5         37  
4 5     5   609 use Moo;
  5         11871  
  5         28  
5              
6             with 'Business::CPI::Role::Buyer';
7              
8             our $VERSION = '0.922'; # VERSION
9              
10             1;
11              
12             __END__