Coverage Summary for Class: PrintersKt (com.javiersc.network.either.internal.utils)
Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|---|
PrintersKt | 100% (1/1) | 50% (1/2) | 50% (1/2) | 50% (11/22) |
package com.javiersc.network.either.internal.utils private const val BRIGHT_YELLOW = "\u001B[93m" private const val BRIGHT_RED = "\u001B[91m" internal fun printlnWarning(message: String) = println("$BRIGHT_YELLOW$message") internal fun printlnError(message: String) = println("$BRIGHT_RED$message")