Coverage Summary for Class: GhostUserToken (com.ghost.serialization.integration.model)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| GhostUserToken | 100% (1/1) | 100% (1/1) | 100% (1/1) | 100% (11/11) |
package com.ghost.serialization.integration.model
import com.ghost.serialization.annotations.GhostSerialization
@JvmInline
@GhostSerialization
value class GhostUserToken(val value: String)