Skip to content

Commit

Permalink
Adding tmp code
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev authored and fmacleal committed Nov 5, 2024
1 parent c24940d commit ecb810d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ private JsonNode traceBlock(Block block, TraceOptions options) {
return programTraceProcessor.getProgramTracesAsJsonNode(txHashes);
}

private boolean testFunctionNotCovered() {
boolean var1 = false;
boolean var2 = true;
boolean var3 = false;
if (!var1 && var2 || !var3) {
return true;
}
return false;
}

private TraceOptions toTraceOptions(Map<String, String> traceOptions) {
TraceOptions options = new TraceOptions(traceOptions);

Expand Down

0 comments on commit ecb810d

Please sign in to comment.