Coverage Summary for Class: AgentType (dev.suresh)

Class Class, % Method, % Branch, % Line, % Instruction, %
AgentType 0% (0/1) 0% (0/1) 0% (0/1) 0% (0/16)


 package dev.suresh
 
 import jdk.jfr.*
 
 @Name("dev.suresh.agent.AgentType")
 @Label("JVM Agent Type")
 @Description("JVM agent attach type")
 @Category("JVM Agent", "Agent")
 @Period("5 s")
 @StackTrace(false)
 class AgentType(@Label("Agent Type") val type: String = "static") : Event()