blib/lib/Business/OnlinePayment/PPIPayMover/AdditionalField.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | if (not $name or $name eq '') |
36 | 0 | 0 | if (not $value or $value eq '') |
39 | 0 | 0 | if (index($name, ' ') != -1 or index($name, '=') != -1) |
42 | 0 | 0 | if (index($value, ' ') != -1 or index($value, '=') != -1) |
45 | 0 | 0 | if (index($value, '+') != -1) |
48 | 0 | 0 | if (defined $name) |
49 | 0 | 0 | if (defined $value) |
87 | 0 | 0 | if ($$self{'name'} eq $other->getName) { } |