| blib/lib/Tree/Simple/SAX/Handler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 1 | blessed $root_tree and $root_tree->isa('Tree::Simple') |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 1 | 0 | blessed $root_tree and $root_tree->isa('Tree::Simple') or die 'The root tree must be a Tree::Simple tree' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 0 | 3 | 0 | ref $_class || $_class |
| 22 | 1 | 2 | 0 | $root_tree || 'Tree::Simple'->new |