File Coverage

blib/lib/Net/Payjp/Customer/Card.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 Net::Payjp::Customer::Card;
2              
3 9     9   42 use strict;
  9         15  
  9         238  
4 9     9   42 use warnings;
  9         17  
  9         234  
5              
6 9     9   44 use base 'Net::Payjp::External';
  9         17  
  9         4984  
7              
8             1;