Coverage Summary for Class: ProductSegmentationFetchStatus (cloud.mindbox.mobile_sdk.inapp.domain.models)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| ProductSegmentationFetchStatus | 100% (1/1) | 100% (1/1) | 100% (3/3) | 100% (24/24) |
package cloud.mindbox.mobile_sdk.inapp.domain.models
internal enum class ProductSegmentationFetchStatus {
SEGMENTATION_FETCH_SUCCESS,
SEGMENTATION_FETCH_ERROR,
SEGMENTATION_NOT_FETCHED
}