Test Coverage Report

Test Coverage Report

We have virtually 100% test coverage across all the core contracts of the system

Missing Coverage Branch

There is one branch case that is not covered in EscrowUpgradeable's _updateSale function. However, the missing branch is due to unreachable code.

Remaining Branch

The issue is that there is no test to cover what occurs if _newState passes through every if/else condition and falls through.

However, _newState must be a State, and all states are covered by this if/else.

States

Therefore, this missing branch is a non-issue.

Last updated