Condition Coverage

blib/lib/Business/PinPayment.pm
Criterion Covered Total %
condition 3 24 12.5


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 $api eq 'refunds' and $$self{'config'}{'charge_token'}

or 2 conditions

line l !l condition
16 0 1 $args{'config'} ||= {}
111 0 0 $$json_response{'response'}{'status_message'} || ''
138 0 0 $$self{'json_response'}{'response'}{'card'}{'token'} || ''
143 0 0 $$self{'json_response'} || {}
148 0 0 $$self{'response'} || ''
153 0 0 $$self{'successful'} || undef
158 1 0 $$self{'error'} || ''
163 0 0 $$self{'id'} || ''
168 0 0 $$self{'status'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 1 $$self{'config'}{'card_token'} or $$self{'config'}{'customer_token'}