Condition Coverage

blib/lib/ASP4/HTTPContext.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
170 5122 0 0 defined $res and $res != -1

or 3 conditions

line l !l&&r !l&&!r condition
47 8 5122 0 $s->{'request'} ||= 'ASP4::Request'->new
48 8 5122 0 $s->{'response'} ||= 'ASP4::Response'->new
49 8 5122 0 $s->{'server'} ||= 'ASP4::Server'->new
54 0 2001 0 $s->{'session'} ||= 'ASP4::SessionStateManager::NonPersisted'->new($s->r)
58 8 3121 0 $s->{'session'} ||= $s->config->data_connections->session->manager->new($s->r)