blib/lib/Coro/PriorityQueue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 0 | 0 | 4 | defined $max and $max > 0 |
67 | 3 | 15 | 6 | defined $parent and $$arr[$idx] < $$arr[$parent] |
84 | 10 | 4 | 1 | $self->is_shutdown and $self->is_empty |
101 | 16 | 0 | 11 | $l > $last and $r > $last |