LCOV - code coverage report
Current view: top level - test-doubles/auth/data - auth_state_example.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 4 0.0 %
Date: 2022-03-03 12:15:14 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:fast_immutable_collections/fast_immutable_collections.dart';
       2             : import 'package:redfire/types.dart';
       3             : 
       4             : import '../../../../redfire_test.dart';
       5             : 
       6             : class AuthStateExample {
       7           0 :   static AuthState get authenticated => AuthState(
       8           0 :       userData: AuthUserDataExample.minimal,
       9           0 :       emailVM: EmailAuthVM(),
      10           0 :       linking: LinkAccountsViewModel(IMap()),
      11             :       step: AuthStepEnum.waitingForInput);
      12             : }

Generated by: LCOV version 1.13