echidna icon indicating copy to clipboard operation
echidna copied to clipboard

Show exactly when the execution ends with revert

Open gustavo-grieco opened this issue 3 years ago • 1 comments

In the current coverage report, we don't know exactly the execution reverts

*r  |  function f(int val) public {
*r  |    require (val % 100 > 0);
*r  |    require (val % 100 < 90);
    |  }

We could use R to signal that an execution reverts in certain line.

gustavo-grieco avatar Mar 05 '22 15:03 gustavo-grieco

This will be fixed in #746

gustavo-grieco avatar Apr 22 '22 10:04 gustavo-grieco

It's now the default since the coverage optimization changes.

arcz avatar May 25 '23 12:05 arcz