Coverage Summary for Class: Label (com.stslex93.notes.feature.home.ui.model)
Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|---|
Label | 0% (0/1) | 0% (0/1) | 0% (0/3) | 0% (0/12) |
package com.stslex93.notes.feature.home.ui.model
import androidx.compose.runtime.Stable
@Stable
data class Label(
val uuid: String,
val title: String,
)