blib/lib/Markup/TreeNode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 17 | 17.6 |
line | l | !l | condition |
---|---|---|---|
48 | 2 | 0 | $_ eq 'children' and scalar @{$args{$_};} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 2 | 0 | 0 | $_ eq 'parent' and $args{$_} ne $empty |
159 | 0 | 0 | 0 | $$self{'child_num'} > 0 and scalar @{$$self{'parent'}{'children'};} >= 1 |
181 | 0 | 0 | 0 | $$self{'child_num'} < scalar @{[] unless $$parent{'children'};} and $$self{'child_num'} > 0 |
208 | 0 | 0 | 0 | $position ne 'after' and $position ne 'before' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 1 | 0 | ref $invocant || $invocant |