Condition Coverage

blib/lib/WebDyne/Session.pm
Criterion Covered Total %
condition 1 13 7.6


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 0 $cookies{$cookie_name} && $cookies{$cookie_name}->value

or 2 conditions

line l !l condition
77 0 1 UNIVERSAL::can(scalar caller, 'self') || (return)
78 0 0 &$self_cr() || (return)
103 0 0 $r->headers_in || (return err('unable to get header hash ref'))
151 0 0 'CGI::Cookie'->new(-'name', $cookie_name, -'value', $session_id, -'path', '/') || (return $self->err_html("unable to generate sid: $session_id cookie"))
162 0 0 $r->headers_out || (return $self->err_html('unable to get outbound headers'))