| blib/lib/Tree/Treap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 36 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 126 | 0 | 0 | 0 | not $self->_is_empty and $self->ne($key) |
| 155 | 0 | 0 | 0 | !defined($low) || $self->le($low) and !defined($high) || $self->ge($high) |
| 311 | 0 | 0 | 0 | $$self{'left'}->_is_empty && $$self{'right'}->_is_empty |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 0 | shift() || 'str' |
| 212 | 0 | 0 | shift() || 1 |
| 223 | 0 | 0 | shift() || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 0 | 0 | ref $class || $class |
| 21 | 0 | 0 | 0 | $comp{$cmp} || $comp{'num'} |
| 35 | 0 | 0 | 0 | shift() || rand() |
| 151 | 0 | 0 | 0 | not defined $low or $self->lt($low) |
| 155 | 0 | 0 | 0 | !defined($low) || $self->le($low) |
| 0 | 0 | 0 | !defined($high) || $self->ge($high) | |
| 160 | 0 | 0 | 0 | not defined $high or $self->gt($high) |