The following code makes the coverage error `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.