blib/lib/Tree/Compat/Tree/DAG_Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 60 | 5.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 1 | 0 | 0 | exists $$o{'mother'} and blessed($$o{'mother'}) |
67 | 1 | 0 | 0 | exists $$o{'daughters'} and ref $$o{'daughters'} eq 'ARRAY' |
1 | 0 | 0 | exists $$o{'daughters'} and ref $$o{'daughters'} eq 'ARRAY' and @{$$o{'daughters'};} | |
375 | 0 | 0 | 0 | defined $address and length $address |
510 | 0 | 0 | 0 | ref $lol and $$seen_r{$lol}++ |
616 | 0 | 0 | 0 | ref $lol and $$seen_r{$lol}++ |
789 | 0 | 0 | 0 | $$o{'h_compact'} && $to_chop |
877 | 0 | 0 | 0 | $$o{'v_compact'} == 1 and @daughters == 1 |
line | l | !l | condition |
---|---|---|---|
481 | 0 | 0 | $$o{'_depth'} ||= 0 |
482 | 0 | 0 | $$o{'indent'} ||= ' ' |
483 | 0 | 0 | $$o{'tick'} ||= '' |
542 | 0 | 0 | $$o{'_depth'} ||= 0 |
547 | 0 | 0 | $$o{'indent'} ||= ' ' |
550 | 0 | 0 | $$o{'indent'} ||= '' |
667 | 0 | 0 | $$o{'_depth'} ||= 0 |
672 | 0 | 0 | $$o{'indent'} ||= ' ' |
675 | 0 | 0 | $$o{'indent'} ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
194 | 0 | 0 | 0 | $_ eq $self or not $_parent |
449 | 0 | 0 | 0 | ref $$o{'callback'} or ref $$o{'callbackback'} |
488 | 0 | 0 | 0 | $this->name || $this |
512 | 0 | 0 | 0 | ref $class || $class |
614 | 0 | 0 | 0 | ref $class || $class |
733 | 0 | 0 | 0 | $it->name || $it |