| blib/lib/WWW/Sitebase/Navigator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 344 | 0 | 0 | 0 | $self->account_name and $self->password |
| 921 | 0 | 0 | 0 | $self->{'page_cache'}{$url} and $self->{'page_cache'}{$url}->is_fresh |
| 971 | 0 | 0 | 0 | $self->logged_in and not $self->_check_login($res) |
| 1157 | 0 | 0 | 0 | $form->attr('name') and $form->attr('name') eq $options{'form_name'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 404 | 0 | 0 | 0 | not $verify_re or $self->current_page->decoded_content =~ /$verify_re/is |
| 436 | 0 | 0 | 0 | $self->site_info->{'login_form_no'} or $self->site_info->{'login_form_name'} |
| 527 | 0 | 0 | 0 | $res->is_error == 403 or $res->decoded_content =~ /$re/is |
| 823 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re'}) or $attempts <= 0 |
| 1219 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re2'}) or $attempts <= 0 |