| blib/lib/Net/Stripe/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 47 | 14.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 594 | 0 | 0 | 0 | $args and %$args |
| 607 | 1 | 0 | 0 | &blessed($value) and $value->isa('Net::Stripe::Simple::Data') |
| 1 | 0 | 0 | &blessed($value) and $value->isa('Net::Stripe::Simple::Data') and exists $value->{'id'} | |
| 644 | 0 | 0 | 0 | $args and %$args |
| 717 | 9 | 0 | 0 | &blessed($ref) and not $rr =~ /^JSON::/ |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 1 | 0 | $Net::Stripe::Simple::VERSION // '0.01' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 1 | 0 | ref $class || $class |
| 34 | 1 | 0 | 0 | $version //= $STRIPE_VERSION |
| 56 | 0 | 1 | 0 | $actions->{$action} //= $self->can("_${action}_$name") |
| 221 | 0 | 0 | 0 | $id //= $customer |
| 263 | 0 | 0 | 0 | $id //= $customer |
| 281 | 0 | 0 | 0 | $id //= $customer |
| 323 | 0 | 0 | 0 | $id //= $customer |
| 367 | 0 | 0 | 0 | $id //= $customer |
| 418 | 0 | 0 | 0 | $id //= $customer |
| 684 | 0 | 0 | 0 | $hash->{'error'} // $hash |