# File lib/roodi/checks/npath_complexity_check.rb, line 68
      def leave_multiplying_conditional
        pop = @value_stack.pop
        @current_value = (@current_value + 1) * pop
      end