lib/Contenticious/Commands.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 1 | 3 | 2 | not $node->is_root and $node->can('children') |
4 | 1 | 1 | not $node->is_root and $node->can('children') and @{$node->children;} | |
4 | 0 | 1 | not $node->is_root and $node->can('children') and @{$node->children;} and not -d "$dd/$path" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 1 | 0 | 0 | $dd //= $app->home->rel_file('dump') |