Condition Coverage

blib/lib/CGI/Application/Plugin/PageLookup.pm
Criterion Covered Total %
condition 3 14 21.4


or 2 conditions

line l !l condition
503 50 0 $self->param('pageid') || (return $self->forward($self->start_mode))

or 3 conditions

line l !l&&r !l&&!r condition
427 58 0 0 $dbh->prepare($self->pagelookup_sql($page_id, @inargs)) || croak($dbh->errstr)
522 0 0 0 $dbh->prepare($sql) || croak($dbh->errstr)
571 8 0 0 $self->pagelookup({'lang', $lang, 'internalId', $self->pagelookup_404}, 'handle_notfound', 0) || croak(q[failed to construct 'not found' page])
650 0 0 0 $args{'xml_sitemap_base_url'} || croak('no xml sitemp base url set')