class Covered::Wrapper
def mark(path, lineno, value)
@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