blib/lib/Net/Stripe/Customer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 18 | 11.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | defined $old_value and $old_value eq $new_value |
52 | 0 | 0 | 0 | defined $self->balance and $self->balance == $new_value |
61 | 0 | 0 | 0 | defined $old_value and $old_value eq $new_value |
62 | 0 | 0 | 0 | defined $self->account_balance and $self->account_balance == $new_value |
67 | 2 | 0 | 0 | defined $self->account_balance and defined $self->balance |
2 | 0 | 0 | defined $self->account_balance and defined $self->balance and $self->account_balance == $self->balance |