class Covered::Statistics

def [](path)

@returns [Covered::Coverage | Nil] The merged coverage for the path.
@parameter path [String] The source path.
Get coverage for the given path.
def [](path)
	@paths[path]
end