Source file "org/apache/xmlgraphics/util/dijkstra/DijkstraAlgorithm.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 198 of 198 | 0% | 16 of 16 | 0% | 19 | 19 | 49 | 49 | 11 | 11 |
execute(Vertex, Vertex) | ![]() | 0% | ![]() | 0% | 5 | 5 | 13 | 13 | 1 | 1 |
relax(Vertex) | ![]() | 0% | ![]() | 0% | 4 | 4 | 11 | 11 | 1 | 1 |
DijkstraAlgorithm(EdgeDirectory) | ![]() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | |
setShortestDistance(Vertex, int) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
reset() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
getLowestPenalty(Vertex) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
setPredecessor(Vertex, Vertex) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getPenalty(Vertex, Vertex) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getPredecessor(Vertex) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getDestinations(Vertex) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isFinished(Vertex) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |