Function: _combineTrackerDistributor(string _name, string _symbol, address _rewardToken, address[] _depositTokens, uint16 _refId, bool _isFeeTracker, bool _isBonusDistributor)
Sets up a tracker/distributor combo.
Inputs
_name
Control: Full.
Constraints: None.
Impact: Name of the tracker.
_symbol
Control: Full.
Constraints: None.
Impact: Symbol of the tracker.
_rewardToken
Control: Full.
Constraints: None.
Impact: The reward token of the tracker/distributor.
_depositTokens
Control: Full.
Constraints: None.
Impact: The deposit token.
_refId
Control: Full.
Constraints: None.
Impact: The ID.
_isFeeTracker
Control: Full.
Constraints: None.
Impact: Is it the fee tracker (different numbers).
_isBonusDistributor
Control: Full.
Constraints: None.
Impact: Is it the bonus tracker (different numbers).
Branches and code coverage (including function calls)
Intended branches
Sets the requisite handlers for the deployed contracts.
Negative behavior
Calls the right deployers for the different types of trackers.