Coverage Summary for Class: Size (cloud.mindbox.mobile_sdk.inapp.domain.models)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| Size | 0% (0/1) | 0% (0/1) | 0% (0/1) | 0% (0/12) |
package cloud.mindbox.mobile_sdk.inapp.domain.models
internal data class Size(val width: Int, val height: Int)