Method: Xcov::Source#html_value

Defined in:
lib/xcov/model/source.rb

#html_valueObject



43
44
45
46
47
48
49
50
# File 'lib/xcov/model/source.rb', line 43

def html_value
  @function_templates = ""
  @functions.each do |function|
    @function_templates << function.html_value
  end

  Function.template("file").result(binding)
end