Condition Coverage

blib/lib/Hash/PriorityQueue.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
59 35 2 2 defined $op and not defined $$self{'queue'}{$op}
3 39 0 $priority > $$self{'min_key'} and (defined $op and not defined $$self{'queue'}{$op})

or 3 conditions

line l !l&&r !l&&!r condition
59 8 9 42 not defined $$self{'min_key'} or $priority < $$self{'min_key'}