Coverage Summary for Class: GhostAdvancedProfile (com.ghost.serialization.integration.model)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| GhostAdvancedProfile | 100% (1/1) | 100% (1/1) | 100% (3/3) | 100% (12/12) |
package com.ghost.serialization.integration.model
import com.ghost.serialization.annotations.GhostSerialization
@GhostSerialization
data class GhostAdvancedProfile(
val token: GhostUserToken,
val shapes: List<GhostShape>
)