Coverage Summary for Class: Theme (com.vsevolodganin.clicktrack.theme)

Class Class, % Method, % Branch, % Line, % Instruction, %
Theme 0% (0/1) 0% (0/1) 0% (0/4) 0% (0/30)


 package com.vsevolodganin.clicktrack.theme
 
 enum class Theme {
     LIGHT,
     DARK,
     SYSTEM,
     AUTO,
 }