| blib/lib/Tree/Simple/Visitor/GetAllDescendents.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 3 | 1 | 1 | &blessed($visitor) and $visitor->isa('Tree::Simple::Visitor') |
| 36 | 3 | 1 | 9 | &blessed($tree) and $tree->isa('Tree::Simple') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 7 | 0 | ref $_class || $_class |