Condition Coverage

blib/lib/Plack/Middleware/StatsPerRequest.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
29 14 2 2 $val and ref $val ne 'ARRAY'
84 1 15 1 $self->long_request and $elapsed > $self->long_request

or 2 conditions

line l !l condition
69 6 2 $req->header($header) // 'not_set'

or 3 conditions

line l !l&&r !l&&!r condition
74 0 4 0 $req ||= 'Plack::Request'->new($env)
85 0 1 0 $req ||= 'Plack::Request'->new($env)