File Coverage

lib/Net/API/Stripe/Billing/PromotionCode.pm
Criterion Covered Total %
statement 19 20 95.0
branch n/a
condition n/a
subroutine 7 8 87.5
pod 1 1 100.0
total 27 29 93.1


line stmt bran cond sub pod time code
1             BEGIN
2             {
3             use strict;
4 2     2   24405485 use warnings;
  2         12  
  2         67  
5 2     2   10 use parent qw( Net::API::Stripe::Product::PromotionCode );
  2         6  
  2         60  
6 2     2   11 use vars qw( $VERSION );
  2         5  
  2         10  
7 2     2   116 our( $VERSION ) = 'v0.2.0';
  2         12  
  2         96  
8 2     2   36 };
9              
10             use strict;
11 2     2   10 use warnings;
  2         5  
  2         60  
12 2     2   11  
  2         4  
  2         169  
13             {
14 0     0 1   currency_options => {
15             definition => { minimum_amount => { type => "number" } },
16             type => "class",
17             },
18             first_time_transaction => { type => "boolean" },
19             minimum_amount => { type => "number" },
20             minimum_amount_currency => { type => "scalar" },
21             }, @_ ) ); }
22              
23             1;
24              
25