Coverage Summary for Class: ConnectionState (io.github.captnblubber.twitchkt)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| ConnectionState | 100% (1/1) | 100% (1/1) | 100% (4/4) | 100% (30/30) |
package io.github.captnblubber.twitchkt
enum class ConnectionState {
DISCONNECTED,
CONNECTING,
CONNECTED,
RECONNECTING,
}