blib/lib/DBIx/Class/Tree/AdjacencyList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | l | !l | condition |
---|---|---|---|
154 | 3 | 80 | $self->get_column($parent_col) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
152 | 3 | 0 | 0 | $new_parent->id || croak('Parent object does not have an ID') |
341 | 0 | 0 | 0 | $self->is_leaf || $self->is_root |