| blib/lib/Business/OnlinePayment/PPIPayMover/AdditionalField.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 0 | not $name or $name eq '' |
| 36 | 0 | 0 | 0 | not $value or $value eq '' |
| 39 | 0 | 0 | 0 | index($name, ' ') != -1 or index($name, '=') != -1 |
| 42 | 0 | 0 | 0 | index($value, ' ') != -1 or index($value, '=') != -1 |