File Coverage

blib/lib/PayProp/API/Public/Client/Exception/Storage.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package PayProp::API::Public::Client::Exception::Storage;
2 4     4   306280 use parent qw/ PayProp::API::Public::Client::Exception::Base /;
  4         7  
  4         37  
3              
4 4     4   212 use strict;
  4         9  
  4         86  
5 4     4   18 use warnings;
  4         7  
  4         219  
6              
7              
8             1;
9              
10             __END__