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

          Line data    Source code
       1             : import 'package:redux/redux.dart';
       2             : 
       3             : import '../../types/red_fire_state.dart';
       4             : import '../actions/set_auth_step_action.dart';
       5             : 
       6             : class SetAuthStepReducer<T extends RedFireState>
       7             :     extends TypedReducer<T, SetAuthStepAction> {
       8           1 :   SetAuthStepReducer()
       9           1 :       : super(
      10           1 :           (state, action) =>
      11           3 :               (state as dynamic).copyWith.auth(step: action.step) as T,
      12             :         );
      13             : }

Generated by: LCOV version 1.13