File Coverage

lib/Net/API/Stripe/Billing/Coupon.pm
Criterion Covered Total %
statement 19 20 95.0
branch n/a
condition n/a
subroutine 7 8 87.5
pod 0 1 0.0
total 26 29 89.6


line stmt bran cond sub pod time code
1             BEGIN
2             {
3             use strict;
4 2     2   24036615 use warnings;
  2         16  
  2         61  
5 2     2   10 use parent qw( Net::API::Stripe::Product::Coupon );
  2         4  
  2         59  
6 2     2   11 use vars qw( $VERSION );
  2         3  
  2         9  
7 2     2   112 our( $VERSION ) = 'v0.102.0';
  2         11  
  2         92  
8 2     2   37 };
9              
10             use strict;
11 2     2   9 use warnings;
  2         4  
  2         38  
12 2     2   9  
  2         4  
  2         122  
13              
14 0     0 0   1;
15              
16