| blib/lib/Stancer/Payment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 196 | 10 | 8 | 2 | not $this->capture and $this->status eq "authorized" |
| 221 | 10 | 8 | 2 | not $this->capture and $this->status eq "authorized" |
| 241 | 1 | 1 | 1 | builtin::blessed($means) and $means->isa("Stancer::Card") |
| 245 | 1 | 1 | 1 | builtin::blessed($means) and $means->isa("Stancer::Sepa") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 249 | 1 | 1 | 1 | $obj->card or $obj->sepa |