Coverage Summary for Class: GhostSpringConfig (com.ghost.serialization.spring)

Class Class, % Method, % Branch, % Line, % Instruction, %
GhostSpringConfig 100% (1/1) 100% (2/2) 100% (2/2) 100% (12/12)


 package com.ghost.serialization.spring
 
 object GhostSpringConfig {
     val strict = ThreadLocal.withInitial { false }
     val coerce = ThreadLocal.withInitial { false }
 }