| blib/lib/Tree/Visualize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 0 | 1 | defined $tree and ref $tree |
| 0 | 0 | 1 | defined $tree and ref $tree and defined $output_format | |
| 40 | 0 | 0 | 1 | ref $output and UNIVERSAL::isa($output, 'Tree::Visualize::ASCII::BoundingBox') |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 1 | 0 | $$self{'layout'} || 'TopDown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 1 | 0 | ref $_class || $_class |