blib/lib/Finance/Bank/US/INGDirect.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 0 | 0 | 0 | $response->is_redirect and $response->header('location') =~ /security_questions.vm/ |
110 | 0 | 0 | 0 | $response->is_redirect and $response->header('location') =~ /login_pinpad.vm/ |
125 | 0 | 0 | 0 | $response->is_redirect and $response->header('location') =~ /postlogin/ |
line | l | !l | condition |
---|---|---|---|
204 | 0 | 0 | $account ||= 'ALL' |
205 | 0 | 0 | $days ||= 30 |
231 | 0 | 0 | $account ||= 'ALL' |
232 | 0 | 0 | $from ||= '2000-01-01' |
233 | 0 | 0 | $to ||= '2038-01-01' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
79 | 0 | 0 | 0 | $$self{'ua'} ||= 'LWP::UserAgent'->new('cookie_jar', 'HTTP::Cookies'->new) |