| blib/lib/Tree/Simple/View.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 3 | 1 | 51 | &blessed($tree) and $tree->isa('Tree::Simple') |
| 48 | 1 | 0 | 3 | defined $code and ref $code eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 56 | 0 | ref $_class || $_class |