Condition Coverage

blib/lib/CGI/Header/Adapter.pm
Criterion Covered Total %
condition 8 22 36.3


and 3 conditions

line !l l&&!r l&&r condition
98 0 2 0 defined $type and $type eq ''
101 0 0 2 $charset and not $value =~ /\bcharset\b/

or 2 conditions

line l !l condition
26 1 0 {@$headers}->{'Status'} || '200 OK'
99 2 0 $type || 'text/html'

or 3 conditions

line l !l&&r !l&&!r condition
24 1 0 0 $self->nph or $query->nph
72 2 0 0 $nph ||= $query->nph
88 2 0 0 $expires or @cookies
2 0 0 $expires or @cookies or $nph