line |
l |
!l&&r |
!l&&!r |
condition |
203
|
0 |
0 |
0 |
$self->is_success($$rf{'Status'} eq 'OK') || $$rf{'Status'} eq 'AUTHENTICATED' |
275
|
0 |
0 |
0 |
$$rf{'Status'} eq 'OK' || $$rf{'Status'} eq 'AUTHENTICATED' |
287
|
0 |
0 |
0 |
$$status{$code} || $$status{'UNKNOWN'} |
467
|
0 |
0 |
0 |
$$status{$code} || $$status{'UNKNOWN'} |
482
|
0 |
0 |
0 |
$content{'name_on_card'} || $content{'first_name'} . ' ' . ($content{'last_name'} || '') |
485
|
0 |
0 |
0 |
$content{'customer_name'} || $content{'first_name'} |
490
|
0 |
0 |
0 |
$content{'last_name'} ||= $content{'first_name'} |
636
|
0 |
0 |
0 |
$$rf{'Status'} eq '3DAUTH' || $$rf{'Status'} eq 'PPREDIRECT' || $$rf{'Status'} eq 'OK' || $$rf{'Status'} eq 'AUTHENTICATED' || $$rf{'Status'} eq 'REGISTERED' |
650
|
0 |
0 |
0 |
$$status{$code} || $$status{'UNKNOWN'} |