LCOV - code coverage report
Current view: top level - settings/enums - theme_brightness_enum.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:freezed_annotation/freezed_annotation.dart';
       2             : 
       3          25 : enum ThemeBrightnessEnum {
       4             :   @JsonValue('LIGHT')
       5             :   light,
       6             :   @JsonValue('DARK')
       7             :   dark,
       8             : }

Generated by: LCOV version 1.13