Condition Coverage

blib/lib/Finance/Bank/Natwest/CredentialsProvider/Constant.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
46 17 53 0 exists $opts{'customer_no'} and exists $opts{'dob'} || exists $opts{'uid'}
55 8 0 52 exists $opts{'dob'} and exists $opts{'uid'}

or 3 conditions

line l !l&&r !l&&!r condition
46 4 2 47 exists $opts{'dob'} || exists $opts{'uid'}
68 2 2 34 length $opts{'password'} < 6 or length $opts{'password'} > 20