Condition Coverage

blib/lib/PAB3/Output/CGI.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 $needct and $key eq 'content-type' || $key eq 'location'
99 0 0 0 $needct and $1 >= 300
102 0 0 0 $needct and int $val >= 300
107 0 0 0 $needct and $key eq 'content-type' || $key eq 'location'

or 2 conditions

line l !l condition
119 0 0 $ENV{'CHARSET'} || 'iso-8859-1'

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $key eq 'content-type' || $key eq 'location'
107 0 0 0 $key eq 'content-type' || $key eq 'location'