LCOV - code coverage report
Current view: top level - navigation/reducers - push_page_reducer.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:redux/redux.dart';
       2             : 
       3             : import '../../../actions.dart';
       4             : import '../../../types.dart';
       5             : 
       6             : class PushPageReducer<T extends RedFireState>
       7             :     extends TypedReducer<T, PushPageAction> {
       8           0 :   PushPageReducer()
       9           0 :       : super((state, action) => (state as dynamic)
      10           0 :             .copyWith(pages: state.pages.add(action.page)) as T);
      11             : }

Generated by: LCOV version 1.13