Class: TurnipFormatter::Renderer::Html::StatisticsFeature

Inherits:
Base
  • Object
show all
Defined in:
lib/turnip_formatter/renderer/html/statistics_feature.rb

Constant Summary

Constants inherited from Base

Base::TEMPLATE_DIRECTORY

Instance Method Summary collapse

Methods inherited from Base

delegate, #id, #initialize, #render, resource_name, view, #view

Constructor Details

This class inherits a constructor from TurnipFormatter::Renderer::Html::Base

Instance Method Details

#resultsObject



11
12
13
14
15
# File 'lib/turnip_formatter/renderer/html/statistics_feature.rb', line 11

def results
  @results ||= features.map do |name, scenarios|
    analysis(name, scenarios)
  end
end