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             package Net::API::Stripe::Billing::Coupon;
2             BEGIN
3             {
4 2     2   21498327 use strict;
  2         17  
  2         63  
5 2     2   10 use warnings;
  2         4  
  2         59  
6 2     2   11 use parent qw( Net::API::Stripe::Product::Coupon );
  2         4  
  2         10  
7 2     2   138 use vars qw( $VERSION );
  2         12  
  2         94  
8 2     2   37 our( $VERSION ) = 'v0.102.0';
9             };
10              
11 2     2   10 use strict;
  2         3  
  2         34  
12 2     2   9 use warnings;
  2         3  
  2         120  
13              
14 0     0 0   sub currency_options { return( shift->_set_get_object( 'currency_options', 'Net::API::Stripe::Product::Coupon', @_ ) ); }
15              
16             1;
17              
18             __END__
19