| blib/lib/Net/Stripe/Customer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 18 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | defined $old_value and $old_value eq $new_value |
| 53 | 0 | 0 | 0 | defined $self->balance and $self->balance == $new_value |
| 62 | 0 | 0 | 0 | defined $old_value and $old_value eq $new_value |
| 63 | 0 | 0 | 0 | defined $self->account_balance and $self->account_balance == $new_value |
| 68 | 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 |