class Covered::Config

def call(output)

@parameter output [IO] The output stream to write the coverage report to.
Generate coverage reports to the given output.
def call(output)
	policy.call(output)
end