Condition Coverage

blib/lib/HPPPM/Demand/Management.pm
Criterion Covered Total %
condition 1 14 7.1


or 2 conditions

line l !l condition
176 0 0 shift() || 'application/xml'

or 3 conditions

line l !l&&r !l&&!r condition
144 1 0 0 shift() || confess('No inputs to construct request passed in!')
174 0 0 0 shift() || confess('No WebService url passed in!')
175 0 0 0 shift() || confess('No request to post passed in!')
187 0 0 0 $ua->request('POST', $url, 'Content_type', $ct, 'Content', $req) || throw('Error::Unhandled'->new(-'text', $res->status_line))