Condition Coverage

blib/lib/Business/OnlinePayment/PPIPayMover.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 0 $content{'action'} =~ /^(CREDIT|VOID)$/ and exists $content{'order_number'}

or 3 conditions

line l !l&&r !l&&!r condition
44 4 0 0 $actions{lc $content{'action'}} || $content{'action'}
55 4 0 0 $types{lc $content{'type'}} || $content{'type'}
97 0 0 0 $content{'action'} eq 'CAPTURE' or $content{'action'} =~ /^(CREDIT|VOID)$/ and exists $content{'order_number'}