Branch Coverage

blib/lib/Lingua/YaTeA/InternalNode.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
41 111 0 if ($new_level < 50) { }
42 10 101 if (&blessed(scalar $this->getLeftEdge) and $this->getLeftEdge->isa('Lingua::YaTeA::InternalNode'))
46 37 74 if (&blessed(scalar $this->getRightEdge) and $this->getRightEdge->isa('Lingua::YaTeA::InternalNode'))
58 10 4 if (&blessed(scalar $this->getFather) and $this->getFather->isa('Lingua::YaTeA::RootNode'))