LCOV - code coverage report
Current view: top level - auth/enums - authorization_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 AuthorizationEnum {
       4             :   @JsonValue('WAITING_FOR_INPUT')
       5             :   waitingForInput,
       6             :   @JsonValue('GETTING_AUTHORIZED')
       7             :   gettingAuthorized,
       8             :   @JsonValue('AUTHORIZED')
       9             :   authorized,
      10             :   @JsonValue('UNKNOWN')
      11             :   unknown,
      12             : }

Generated by: LCOV version 1.13