LCOV - code coverage report
Current view: top level - enums - day_of_week.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2022-10-19 14:19:28 Functions: 0 0 -

          Line data    Source code
       1             : enum DayOfWeek {
       2             :   monday,
       3             :   tuesday,
       4             :   wednesday,
       5             :   thursday,
       6             :   friday,
       7             :   saturday,
       8             :   sunday;
       9             : 
      10           4 :   bool get isWeekend {
      11           8 :     return this == DayOfWeek.saturday || this == DayOfWeek.sunday;
      12             :   }
      13             : }

Generated by: LCOV version 1.16