Coverage Summary for Class: Priority (com.ghost.serialization.integration.model)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| Priority | 100% (1/1) | 100% (1/1) | 100% (1/1) | 100% (30/30) |
package com.ghost.serialization.integration.model
import com.ghost.serialization.annotations.GhostSerialization
@GhostSerialization
enum class Priority { LOW, MEDIUM, HIGH, CRITICAL }