Skip to content

Commit

Permalink
Update src/main/java/com/code_intelligence/jazzer/agent/RuntimeInstru…
Browse files Browse the repository at this point in the history
…mentor.kt

Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
kmnls and fmeum committed Apr 20, 2023
1 parent 328a622 commit 0eda4f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class RuntimeInstrumentor(
return ClassInstrumentor(internalClassName, bytecode).run {
if (fullInstrumentation) {
// Coverage instrumentation must be performed before any other code updates
// or there will be additional coverage points injected if there are any call is inserted
// or there will be additional coverage points injected if any calls are inserted
// and JaCoCo will produce a broken coverage report.
coverageIdSynchronizer.withIdForClass(internalClassName) { firstId ->
coverage(firstId).also { actualNumEdgeIds ->
Expand Down

0 comments on commit 0eda4f1

Please sign in to comment.