Coverage Summary for Class: StringExtKt (ru.eda.plgn.bizgen.core.utils)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| StringExtKt | 100% (1/1) | 100% (1/1) | 100% (1/1) | 100% (2/2) |
package ru.eda.plgn.bizgen.core.utils
/**
* Обрамление исходной строки в кавычки.
*
* Например:
*
* 207729165200 --> "207729165200"
*/
fun String.withEscape() = "\"$this\""