LCOV - code coverage report
Current view: top level - test-doubles/redux - empty_reducer.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 2 50.0 %
Date: 2022-03-03 12:15:14 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:redfire/types.dart';
       2             : import 'package:redux/redux.dart';
       3             : 
       4             : class EmptyReducer<T extends RedFireState> extends TypedReducer<T, Object> {
       5           2 :   EmptyReducer() : super((state, action) => state);
       6             : }
       7             : 
       8           0 : void emptyAppReducer(dynamic _) {
       9             :   return;
      10             : }

Generated by: LCOV version 1.13