Branch Coverage

blib/lib/WebService/Upcoming.pm
Criterion Covered Total %
branch 2 46 4.3


line true false branch
79 0 0 if defined $keyy
95 0 0 if ($$self{'vers'} ne '1.0')
100 0 0 unless ($upco)
107 0 0 unless $$args{'username'}
108 0 0 unless $$args{'password'}
115 0 0 if (not $rqst->method) { }
0 0 elsif ($rqst->method eq 'GET') { }
0 0 elsif ($rqst->method eq 'POST') { }
132 0 0 if (defined $ctnt)
149 0 0 if _parser() eq 'Mini::Document'
168 0 0 if (_parser() eq 'Parser::Lite') { }
183 0 0 if ref $$hash{$temp} eq 'HASH'
185 0 0 if (ref $$hash{$temp} eq 'ARRAY') { }
216 0 0 if (not defined $$hash{'rsp'}) { }
0 0 elsif ($$hash{'rsp'}{'stat'} eq 'fail') { }
0 0 elsif ($$hash{'rsp'}{'version'} ne '1.0') { }
0 0 elsif ($$hash{'rsp'}{'stat'} ne 'ok') { }
227 0 0 if $$hash{'rsp'}{'error'} and $$hash{'rsp'}{'error'}{'msg'}
251 0 0 unless $objc and $$hash{'rsp'}{$objc->_name}
252 0 0 if (ref $$hash{'rsp'}{$objc->_name} eq 'HASH') { }
275 0 0 unless defined $rspn
288 0 2 if defined $XML::Parser::Lite::VERSION
289 0 2 if defined $XML::Mini::Document::VERSION