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

          Line data    Source code
       1             : import 'package:json_annotation/json_annotation.dart';
       2             : 
       3          25 : enum AuthStepEnum {
       4             :   @JsonValue('CHECKING')
       5             :   checking,
       6             :   @JsonValue('WAITING_FOR_INPUT')
       7             :   waitingForInput,
       8             :   @JsonValue('CONTACTING_APPLE')
       9             :   contactingApple,
      10             :   @JsonValue('CONTACTING_GOOGLE')
      11             :   contactingGoogle,
      12             :   @JsonValue('SIGNING_IN_WITH_FIREBASE')
      13             :   signingInWithFirebase,
      14             :   @JsonValue('SIGNING_OUT')
      15             :   signingOut
      16             : }

Generated by: LCOV version 1.13