If a modifier does not execute _
or revert
, the function using that modifier will return the default value causing unexpected behavior. (see here)
- Incorrect Modifier
- Checks -> Execute
_
or Revert - Default Value Returned -> Unexpected
- All Modifier Paths -> Execute
_
or Revert