| Class | Coverage |
|---|---|
| phpOMS\Stdlib\Graph\Graph | 87% |
| phpOMS\Stdlib\Graph\Node | 87% |
| Class | CRAP |
|---|---|
| phpOMS\Stdlib\Graph\Graph | 273 |
| phpOMS\Stdlib\Graph\Node | 26 |
| Method | Coverage |
|---|---|
| breadthFirstTraversal | 0% |
| hasNeighbor | 0% |
| isConnected | 47% |
| getFloydWarshallShortestPath | 66% |
| cycleDfs | 75% |
| isBipartite | 80% |
| isStronglyConnected | 85% |
| hasTriangles | 85% |
| Method | CRAP |
|---|---|
| isConnected | 70 |
| getFloydWarshallShortestPath | 23 |
| hasNeighbor | 20 |
| cycleDfs | 10 |
| isBipartite | 8 |
| hasTriangles | 7 |
| isStronglyConnected | 5 |