class SimpleCov::Result

def self.from_yaml(yaml)

Loads a SimpleCov::Result#to_yaml dump
def self.from_yaml(yaml)
  from_hash(YAML.load(yaml))
end