# File lib/cucumber/formatter/html.rb, line 194 def before_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background) start_buffering :step_result @hide_this_step = false if exception if @exceptions.include?(exception) @hide_this_step = true return end @exceptions << exception end if status != :failed && @in_background ^ background @hide_this_step = true return end @status = status end