Condition Coverage

blib/lib/Finance/BankVal/UK.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
198 0 0 0 $uid =~ /\w/ and $pin =~ /\w/

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 ref $proto || $proto
114 0 0 0 $response->code < 200 or $response->code > 399
135 0 0 0 $response->code < 200 or $response->code > 399
155 0 0 0 length $account < 6 or length $account > 12
0 0 0 length $account < 6 or length $account > 12 or not $account =~ /^\d+\d$/