# File lib/simplecov/result.rb, line 111
    def self.from_yaml(yaml)
      from_hash(YAML.load(yaml))
    end