Condition Coverage

blib/lib/Lingua/YaTeA/InternalNode.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
42 0 101 10 &blessed(scalar $this->getLeftEdge) and $this->getLeftEdge->isa('Lingua::YaTeA::InternalNode')
46 0 74 37 &blessed(scalar $this->getRightEdge) and $this->getRightEdge->isa('Lingua::YaTeA::InternalNode')
58 0 4 10 &blessed(scalar $this->getFather) and $this->getFather->isa('Lingua::YaTeA::RootNode')