| line |
true |
false |
branch |
|
43
|
0 |
0 |
if ($self->ua->content =~ /Account Overview/) { } |
|
56
|
0 |
0 |
if (not $self->_on_account_overview_page) |
|
63
|
0 |
0 |
unless ($self->ua->follow_link('text_regex', qr/Account[ \xa0]overview/)) |
|
83
|
0 |
0 |
unless ($self->ua->content =~ /Your account details/) |
|
88
|
0 |
0 |
if ($self->_check_selected_account_text) |
|
108
|
0 |
0 |
if ($td =~ /Selected account/ and index($td, $$self{'name'}) >= 0) |
|
119
|
0 |
0 |
if ($self->_on_account_details_page) |
|
124
|
0 |
0 |
unless ($self->_on_account_overview_page) |
|
128
|
0 |
0 |
unless $self->ua->follow_link('text', $self->name) |
|
137
|
0 |
0 |
unless ($self->ua->content =~ /Your account statement/) |
|
142
|
0 |
0 |
if ($self->_check_selected_account_text) |
|
154
|
0 |
0 |
if ($self->_on_account_statement_page) |
|
172
|
0 |
0 |
unless $response->is_success |
|
184
|
0 |
0 |
unless ($self->ua->content =~ /Download a statement/) |
|
189
|
0 |
0 |
if ($self->_check_selected_account_text) |
|
201
|
0 |
0 |
if ($self->_on_account_statement_download_page) |
|
215
|
0 |
0 |
unless $self->ua->success |
|
245
|
0 |
0 |
unless @tables == 1 |
|
258
|
0 |
0 |
if (ref $cell eq 'SCALAR') { } |
|
|
0 |
0 |
elsif (ref($cell) =~ /HTML/) { } |
|
264
|
0 |
0 |
unless defined $cell |
|
267
|
0 |
0 |
unless $transaction{'date'} =~ /\S/ |
|
268
|
0 |
0 |
if ($transaction{'date'} =~ /$DATE_RE/) { } |
|
326
|
0 |
0 |
if ($ct eq 'text/x-qif') { } |