Condition Coverage

blib/lib/HTTP/Server/Simple/Er.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
244 0 0 0 $code and $p{'status'}

or 2 conditions

line l !l condition
242 0 0 ref $args[0] || ''
247 0 0 ref $args[-1] || ''
252 0 0 $code ||= 200

or 3 conditions

line l !l&&r !l&&!r condition
252 0 0 0 $p{'status'} ||= ($code ||= 200)
260 0 0 0 $p{'Date'} ||= &HTTP::Date::time2str(time)