Condition Coverage

blib/lib/WWW/OpenResty.pm
Criterion Covered Total %
condition 5 16 31.2


or 2 conditions

line l !l condition
79 0 5 $params ||= {}
95 0 5 $type ||= 'text/plain'

or 3 conditions

line l !l&&r !l&&!r condition
76 5 0 0 not defined $params or _HASH0 $params
81 0 3 0 $$params{'_user'} ||= $$self{'_user'}
103 0 0 5 $method eq 'POST' or $method eq 'PUT'
104 0 0 0 $method eq 'GET' or $method eq 'HEAD'