blib/lib/WWW/Sitebase/Navigator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
345 | 0 | 0 | 0 | $self->account_name and $self->password |
928 | 0 | 0 | 0 | $self->{'page_cache'}{$url} and $self->{'page_cache'}{$url}->is_fresh |
978 | 0 | 0 | 0 | $self->logged_in and not $self->_check_login($res) |
1164 | 0 | 0 | 0 | $form->attr('name') and $form->attr('name') eq $options{'form_name'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
405 | 0 | 0 | 0 | not $verify_re or $self->current_page->decoded_content =~ /$verify_re/is |
437 | 0 | 0 | 0 | $self->site_info->{'login_form_no'} or $self->site_info->{'login_form_name'} |
528 | 0 | 0 | 0 | $res->is_error == 403 or $res->decoded_content =~ /$re/is |
830 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re'}) or $attempts <= 0 |
1226 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re2'}) or $attempts <= 0 |