Skip to content

Commit

Permalink
Set BasicBlock covered.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Dec 18, 2023
1 parent 44330ed commit 5f783c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VSharp.Explorer/Statistics.fs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ type public SVMStatistics(entryMethods : Method seq, generalizeGenericsCoverage
let mutable hasNewCoverage = false
let blocks = Seq.distinct blocks
for block in blocks do
block.BasicBlock.IsCovered <- true
let generalizedMethod = generalizeIfNeeded block.method
let method = block.method
let mutable isNewBlock = false
Expand Down

0 comments on commit 5f783c7

Please sign in to comment.