class Covered::Wrapper

def mark(path, lineno, value)

@parameter value [Integer | Array(Integer)] The execution count or counts to add.
@parameter lineno [Integer] The starting line number.
@parameter path [String] The source path.
Mark coverage on the wrapped output.
def mark(path, lineno, value)
	@output.mark(path, lineno, value)
end