LCOV - code coverage report
Current view: top level - lib - state_data.dart (source / functions) Hit Total Coverage
Test: new_lcov.info Lines: 3 3 100.0 %
Date: 2021-05-13 18:05:09 Functions: 0 0 -

          Line data    Source code
       1             : part of 'stacked_mvvm.dart';
       2             : 
       3             : class StateData<D, S> {
       4             :   D? data;
       5             :   S state;
       6             : 
       7           1 :   StateData({this.data, required this.state});
       8             : 
       9           1 :   StateData<D, S> clone() {
      10           3 :     return StateData(data: this.data, state: this.state);
      11             :   }
      12             : }

Generated by: LCOV version 1.15