Class: Lemon::CoverReports::Yaml

Inherits:
Abstract
  • Object
show all
Defined in:
lib/lemon/coverage/formats/yaml.rb

Instance Attribute Summary

Attributes inherited from Abstract

#coverage

Instance Method Summary collapse

Methods inherited from Abstract

#covered_units, #initialize, #tally, #uncovered_cases, #uncovered_units, #undefined_units

Constructor Details

This class inherits a constructor from Lemon::CoverReports::Abstract

Instance Method Details

#renderObject



8
9
10
# File 'lib/lemon/coverage/formats/yaml.rb', line 8

def render
  puts checklist.to_yaml
end