Condition Coverage

blib/lib/Apache2/ASP/Response.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
241 0 0 0 defined $name and defined $val
257 0 0 0 defined $name and defined $val

or 2 conditions

line l !l condition
243 0 0 $path ||= '/'

or 3 conditions

line l !l&&r !l&&!r condition
244 0 0 0 $expires ||= time + 1800
245 0 0 0 my $expire_date ||= &time2str($expires)