Condition Coverage

blib/lib/PlackX/Framework/Response.pm
Criterion Covered Total %
condition 11 14 78.5


and 2 conditions

line l !l condition
74 0 1 unshift @lines, @{$self->{'body'};} and $self->{'body'} = undef

and 3 conditions

line !l l&&!r l&&r condition
49 61 42 1 $newval and $newval =~ /charset=/iu

or 2 conditions

line l !l condition
21 0 47 $self->{'cleanup_callbacks'} //= []
22 0 47 $self->{'body'} //= []
93 3 1 $value //= ""

or 3 conditions

line l !l&&r !l&&!r condition
49 2 1 103 not $self->{'charset'} or $newval and $newval =~ /charset=/iu