| blib/lib/Net/Stripe/Resource.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 2 | 0 | 0 | $for eq "card" and ref $thingy eq "Net::Stripe::Token" |
| 97 | 2 | 0 | 0 | $for eq "source" and ref $thingy eq "Net::Stripe::Token" |
| 103 | 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) | |
| 121 | 0 | 0 | 0 | defined $value && $value |