# File lib/cucumber/formatter/html.rb, line 360 def set_scenario_color(status) if status == :undefined set_scenario_color_pending end if status == :failed set_scenario_color_failed end end