blib/lib/Pg/Explain.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 19 | 73.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
543 | 19 | 0 | 17 | 0 < scalar @explicitnodes and $explicittime > $initnode->total_inclusive_time |
line | l | !l | condition |
---|---|---|---|
448 | 36 | 0 | $_->total_inclusive_time // 0 |
537 | 54 | 0 | $_->total_exclusive_time // 0 |
36 | 0 | &sum(map({$_->total_exclusive_time // 0;} @implicitnodes)) // 0 | |
538 | 18 | 0 | $_->total_exclusive_time // 0 |
17 | 19 | &sum(map({$_->total_exclusive_time // 0;} @explicitnodes)) // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
165 | 2 | 1 | 2 | $self->total_runtime // $self->execution_time |
3 | 1 | 1 | ($self->total_runtime // $self->execution_time) // $self->top_node->actual_time_last |