| blib/lib/DBIx/Tree/MaterializedPath/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 19 | 84.2 |
| line | l | !l | condition |
|---|---|---|---|
| 1202 | 1 | 10 | $$options{'extra_tables'} || [] |
| 1213 | 1 | 10 | $$options{'order_by'} || [$path_col] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 66 | 1 | 425 | 0 | ref $class || $class |
| 718 | 10 | 0 | 0 | $parent ||= $self->get_parent |
| 1277 | 1 | 1 | 2 | $$self{'_is_root'} or $$node{'_is_root'} |
| 1347 | 1 | 1 | 4 | $self->is_root or $node->is_root |
| 1351 | 1 | 1 | 1 | $self->is_ancestor_of($node) or $self->is_descendant_of($node) |