plume-oss / plume

Plume is a code representation benchmarking library with options to extract the AST from Java bytecode and store the result in various graph databases.
https://plume-oss.github.io/plume-docs/
Apache License 2.0
70 stars 9 forks source link

Soot Only Builds + Timer Fixes #229

Closed DavidBakerEffendi closed 2 years ago

DavidBakerEffendi commented 2 years ago

Added

Fixed

Related issues:

None

Reviewer

@DavidBakerEffendi

codecov[bot] commented 2 years ago

Codecov Report

Merging #229 (9e6ae9a) into master (6a6ca3c) will not change coverage. The diff coverage is 73.07%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   81.04%   81.04%           
=======================================
  Files          30       30           
  Lines        1947     1947           
  Branches      125      119    -6     
=======================================
  Hits         1578     1578           
  Misses        369      369           
Impacted Files Coverage Δ
...a/com/github/plume/oss/drivers/NeptuneDriver.scala 0.00% <0.00%> (ø)
...ala/com/github/plume/oss/drivers/Neo4jDriver.scala 84.05% <80.00%> (ø)
...om/github/plume/oss/drivers/OverflowDbDriver.scala 84.28% <80.00%> (ø)
...c/main/scala/com/github/plume/oss/Jimple2Cpg.scala 95.69% <100.00%> (+0.04%) :arrow_up:
...n/scala/com/github/plume/oss/PlumeStatistics.scala 100.00% <100.00%> (ø)
...a/com/github/plume/oss/drivers/GremlinDriver.scala 82.14% <100.00%> (-0.32%) :arrow_down:
...m/github/plume/oss/drivers/TinkerGraphDriver.scala 81.81% <100.00%> (ø)