Condition Coverage

blib/lib/Plack/Middleware/Recursive.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
18 1 0 3 &blessed($_) and $_->isa('Plack::Recursive::ForwardRequest')
34 0 0 1 not $writer and &blessed($_)
0 0 1 not $writer and &blessed($_) and $_->isa('Plack::Recursive::ForwardRequest')