File Coverage

blib/lib/Business/CPI/Base/Cart.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::Cart;
2             # ABSTRACT: General implementation of Cart role
3 4     4   4505 use utf8;
  4         6  
  4         31  
4 4     4   105 use Moo;
  4         5  
  4         23  
5             with 'Business::CPI::Role::Cart';
6              
7             our $VERSION = '0.923'; # VERSION
8              
9             1;
10              
11             __END__