Condition Coverage

blib/lib/HTTP/Engine/Test/Request.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
16 0 4 4 $_[0] and ref $_[0]
4 0 4 $_[0] and ref $_[0] and $_[0]->isa('HTTP::Request')
69 4 0 40 blessed $uri and $uri->isa('URI')

or 2 conditions

line l !l condition
34 1 3 delete $args{'body'} || ''
75 0 44 $$args{'env'} || {}