LCOV - code coverage report
Current view: top level - src - date_period.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 3 33.3 %
Date: 2022-02-12 14:49:12 Functions: 0 0 -

          Line data    Source code
       1             : /// Date period.
       2             : class DatePeriod {
       3             :   /// Start of this period.
       4             :   final DateTime start;
       5             : 
       6             :   /// End of this period.
       7             :   final DateTime end;
       8             : 
       9             :   ///
      10           2 :   const DatePeriod(this.start, this.end)
      11           0 :       : assert(start != null),
      12           0 :         assert(end != null);
      13             : }

Generated by: LCOV version 1.15