| blib/lib/Net/Stripe/Resource.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 97 | 2 | 0 | 0 | $for eq 'card' and ref $thingy eq 'Net::Stripe::Token' |
| 98 | 2 | 0 | 0 | $for eq 'source' and ref $thingy eq 'Net::Stripe::Token' |
| 104 | 2 | 0 | 0 | $self->isa('Net::Stripe::PaymentMethod') and $for eq 'card' |
| 2 | 0 | 0 | $self->isa('Net::Stripe::PaymentMethod') and $for eq 'card' and $token_id_type->check($thingy) | |
| 122 | 0 | 0 | 0 | defined $value && $value |