Coverage Summary for Class: ReservedWordModel (com.ghost.serialization.integration.model)

Class Class, % Method, % Branch, % Line, % Instruction, %
ReservedWordModel 100% (1/1) 100% (1/1) 100% (9/9) 100% (42/42)


 package com.ghost.serialization.integration.model
 
 import com.ghost.serialization.annotations.GhostSerialization
 
 @GhostSerialization
 data class ReservedWordModel(
     val `when`: String,
     val `val`: Int,
     val `fun`: Boolean,
     val reader: String,
     val writer: String,
     val index: Int,
     val mask: Long,
     val OPTIONS: String
 )