Coverage Summary for Class: LoggerSeparatorKt (com.javiersc.mokoki)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % | 
|---|---|---|---|---|---|
| LoggerSeparatorKt | 0% (0/1) | 0% (0/1) | 0% (0/2) | 0% (0/2) | 0% (0/13) | 
 @file:Suppress("TopLevelPropertyNaming", "FunctionName")
 
 package com.javiersc.mokoki
 
 public fun LoggerSeparator(useCompatibleMode: Boolean = false): String =
     if (useCompatibleMode) "|" else "├"