blib/lib/WebService/PayPal/PaymentsAdvanced.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 11 | 54.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
266 | 10 | 0 | 4 | $post->{'CREATESECURETOKEN'} and $post->{'CREATESECURETOKEN'} eq 'Y' |
288 | 0 | 0 | 10 | $type and exists $class_for_type{$type} |
line | l | !l | condition |
---|---|---|---|
179 | 0 | 4 | $options ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
184 | 2 | 2 | 0 | $post->{'SECURETOKENID'} ||= 'Data::GUID'->new->as_string |