Condition Coverage

blib/lib/PlackX/Framework/Request.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
54 40 3 1 $content and substr($content, 0, length $prefix) eq $prefix

or 2 conditions

line l !l condition
14 0 1 $self->header('X-Requested-With') || ''
35 0 7 $self->{'reroutes'} //= [$self->path_info]

or 3 conditions

line l !l&&r !l&&!r condition
15 0 112 0 $self->{'destination'} // $self->path
42 0 14 0 $$self{"pxf.orig.$_"} //= $self->env->{$_}