feat(algorithm): support single source shortest path algorithm #285
68.20% of diff hit (target 85.03%)
View this Pull Request on Codecov
68.20% of diff hit (target 85.03%)
Annotations
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L100
Added line #L100 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L106
Added line #L106 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L124
Added line #L124 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L146-L148
Added lines #L146 - L148 were not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L153-L155
Added lines #L153 - L155 were not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L223
Added line #L223 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L225
Added line #L225 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L240
Added line #L240 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L242
Added line #L242 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L247
Added line #L247 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L249
Added line #L249 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L268
Added line #L268 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L274
Added line #L274 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L279
Added line #L279 was not covered by tests
codecov / codecov/patch
computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPathValue.java#L62
Added line #L62 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L23
Added line #L23 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L30
Added line #L30 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L32
Added line #L32 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L35
Added line #L35 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L37-L38
Added lines #L37 - L38 were not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdFactory.java#L93
Added line #L93 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdFactory.java#L95-L96
Added lines #L95 - L96 were not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/util/IdUtil.java#L29
Added line #L29 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/util/IdUtil.java#L33
Added line #L33 was not covered by tests
codecov / codecov/patch
computer-api/src/main/java/org/apache/hugegraph/computer/core/util/IdUtil.java#L37-L39
Added lines #L37 - L39 were not covered by tests