line |
!l |
l&&!r |
l&&r |
condition |
300
|
0 |
8 |
5 |
$self->$root == $node->$root and $self->$left >= $node->$left |
|
8 |
3 |
2 |
$self->$root == $node->$root and $self->$left >= $node->$left and $self->$right <= $node->$right |
355
|
1 |
9 |
3 |
$self->$root == $node->$root and $self->is_root |
|
10 |
1 |
2 |
$self->$root == $node->$root and $self->is_root and $self->$left + $arg_left > $node_root->$right |
900
|
0 |
0 |
0 |
$descendant->$left > $self->$left and $descendant->$right < $self->$right |
919
|
0 |
0 |
0 |
$self->$left > $ancestor->$left and $self->$right < $ancestor->$right |