Parent

Methods

MetricFu::RcovBluffGrapher

Public Instance Methods

graph!() click to toggle source
# File lib/graphs/engines/bluff.rb, line 44
def graph!
  content =         #{BLUFF_DEFAULT_OPTIONS}        g.title = 'Rcov: code coverage';        g.data('rcov', [#{@rcov_percent.join(',')}]);        g.labels = #{@labels.to_json};        g.draw();
  File.open(File.join(MetricFu.output_directory, 'rcov.js'), 'w') {|f| f << content }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.