Rating | Name | Duplication | Size | Complexity | CRAP | Changes | Bugs | Features |
---|---|---|---|---|---|---|---|---|
B | PathFinder\AStar::findPath() | 0 | 60 | 9 | 9.14 | 0 | 0 | 0 |
A | PathFinder\AStar::addToOpen() | 0 | 12 | 3 | 3.14 | 0 | 0 | 0 |
A | PathFinder\AStar::createRouteList() | 0 | 12 | 2 | 2 | 0 | 0 | 0 |
A | PathFinder\AStar::getLogger() | 0 | 9 | 2 | 2 | 0 | 0 | 0 |
A | PathFinder\Node::getGCost() | 0 | 9 | 3 | 3 | 0 | 0 | 0 |
A | PathFinder\Node::setParent() | 0 | 4 | 1 | 1 | 0 | 0 | 0 |
A | PathFinder\Node::getParent() | 0 | 4 | 1 | 1 | 0 | 0 | 0 |
A | PathFinder\AStar::addToClosed() | 0 | 5 | 1 | 1 | 0 | 0 | 0 |
A | PathFinder\Node::getFCost() | 0 | 4 | 1 | 1 | 0 | 0 | 0 |
A | PathFinder\Node::getDataForH() | 0 | 4 | 1 | 2 | 0 | 0 | 0 |