LCOV - code coverage report
Current view: top level - lib/sections/reducers - update_new_section_v_m_reducer.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 3 3 100.0 %
Date: 2022-03-03 12:16:13 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:redux/redux.dart';
       2             : 
       3             : import '../../app_state.dart';
       4             : import '../actions/update_new_section_v_m_action.dart';
       5             : 
       6             : class UpdateNewSectionVMReducer
       7             :     extends TypedReducer<AppState, UpdateNewSectionVMAction> {
       8           1 :   UpdateNewSectionVMReducer()
       9           3 :       : super((state, action) => state.copyWith
      10           3 :             .sections(newName: action.name ?? state.sections.newName));
      11             : }

Generated by: LCOV version 1.13