Coverage Summary for Class: SystemExitInvoker (dev.suresh.system)
Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|---|
SystemExitInvoker | 0% (0/1) | 0% (0/1) | 0% (0/1) | 0% (0/2) |
package dev.suresh.system object SystemExitInvoker { operator fun invoke() = System.exit(0) }