| lib/Heap/Binomial.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 206 | 8 | 7 | 185 | $el1 && $el2 |
| 207 | 59 | 141 | 763 | $el1 and $el2 |
| 268 | 0 | 100 | 181 | $n = $$p and $n != $el |
| 356 | 42 | 328 | 112 | $n2 = $$next{'sib'} and $$n2{'degree'} == $$cur{'degree'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 200 | 2 | 0 | ref $self || $self |