Branch Coverage

blib/lib/Net/SNMP/QueryEngine/AnyEvent.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
48 0 0 unless $$self{'sqe'}{'pending'}
57 0 0 if ($$self{'sqe'}{'pending'} == 1 and $$self{'sqe'}{'condvar'}->ready)
74 0 0 if (ref $data ne 'ARRAY' or @$data < 3 or not $$self{'sqe'}{'cb'}{$$data[1]}) { }
81 0 0 if ($hp and $$self{'sqe'}{'hp'}{$hp})
83 0 0 if ($$self{'sqe'}{'hp'}{$hp} <= 0)
84 0 0 if $$self{'sqe'}{'hpcb'}{$hp}
89 0 0 if ($$self{'sqe'}{'pending'} <= 0)
123 0 0 if ($cb) { }