Function: initialize(uint256 _initialSupply, address _owner)
Initializes the contract.
Inputs
_initialSupplyControl: Full.
Constraints: Needs to be something other than
0.Impact: Discarded.
_ownerControl: Full.
Constraints: Discarded.
Impact: Discarded.
Branches and code coverage (including function calls)
Intended branches
Successfully initializes if all conditions are met.
Negative behavior
Reverts if
_initialSupplyis equal to0or the owner is not_owner.