blib/lib/POE/Component/Sequence/Nested.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 12 | defined $action && ref $action |
104 | 3 | 2 | 6 | $return and ref $return |
5 | 0 | 6 | $return and ref $return and blessed $return | |
2 | 0 | 6 | $return and ref $return and blessed $return and $return->isa('POE::Component::Sequence') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 0 | 12 | not defined $action && ref $action or ref $action ne 'CODE' |