blib/lib/ODO/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 703 | 0 | 0 | scalar @_ == 1 and $node->isa(ref $self) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 0 | 0 | 1378 | $this_node->isa('ODO::Node::Any') or $self->isa('ODO::Node::Any') |