blib/lib/WWW/Sitebase/Navigator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
353 | 0 | 0 | 0 | $self->account_name and $self->password |
631 | 0 | 0 | 0 | $self->use_defaults and $prefs->{'email'} |
0 | 0 | 0 | $self->use_defaults and $prefs->{'email'} and $prefs->{'password'} | |
957 | 0 | 0 | 0 | $self->{'page_cache'}{$url} and $self->{'page_cache'}{$url}->is_fresh |
1007 | 0 | 0 | 0 | $self->logged_in and not $self->_check_login($res) |
1193 | 0 | 0 | 0 | $form->attr('name') and $form->attr('name') eq $options{'form_name'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
413 | 0 | 0 | 0 | not $verify_re or $self->current_page->decoded_content =~ /$verify_re/is |
445 | 0 | 0 | 0 | $self->site_info->{'login_form_no'} or $self->site_info->{'login_form_name'} |
536 | 0 | 0 | 0 | $res->is_error == 403 or $res->decoded_content =~ /$re/is |
859 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re'}) or $attempts <= 0 |
1255 | 0 | 0 | 0 | $self->_page_ok($res, $options{'re2'}) or $attempts <= 0 |