| blib/lib/Net/PayPal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 0 | 0 | 0 | $args{'client_id'} and $args{'secret'} |
| line | l | !l | condition |
|---|---|---|---|
| 172 | 0 | 0 | $$data{'currency'} || 'USD' |
| 203 | 0 | 0 | $$data{'currency'} || 'USD' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 247 | 0 | 0 | 0 | $$data{'number'} || $$data{'cc_number'} |
| 0 | 0 | 0 | $$data{'type'} || $$data{'cc_type'} | |
| 0 | 0 | 0 | $$data{'expire_month'} || $$data{'cc_expire_month'} | |
| 0 | 0 | 0 | $$data{'expire_year'} || $$data{'cc_expire_year'} | |
| 254 | 0 | 0 | 0 | $$data{'cvv2'} || $$data{'cc_cvv2'} |