| blib/lib/Forest/Tree/Pure.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 189 | 0 | 0 | 4 | &blessed($child) and $child->isa(ref $self) |
| 209 | 0 | 0 | 6 | &blessed($child) and $child->isa(ref $self) |
| 235 | 0 | 0 | 3 | &blessed($child) and $child->isa('Forest::Tree::Pure') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 0 | 207 | 0 | not ref $f or reftype $f eq 'CODE' |
| 109 | 0 | 182 | 0 | $args{'children'} || $self->children |