# File lib/mspec/runner/actions/tag.rb, line 80 80: def outcome? 81: @outcome == :all or 82: (@outcome == :pass and not exception?) or 83: (@outcome == :fail and exception?) 84: end