class Covered::Base

def accept?(path)

def accept?(path)
	true
end

def add(source)

def add(source)
end

def disable

def disable
end

def each

def each
end

def enable

def enable
end

def expand_path(path)

def expand_path(path)
	path
end

def flush

def flush
end

def mark(path, lineno, value)

def mark(path, lineno, value)
end

def relative_path(path)

def relative_path(path)
	path
end