We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following code makes the coverage error TypeError: Could not instrument.
TypeError: Could not instrument
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; abstract contract Test { modifier onlyOwner() virtual; }
Tested with 0.8.2 coverage version.
0.8.2