LCOV - code coverage report
Current view: top level - stream - at_stream_response.dart (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 1 3 33.3 %
Date: 2022-01-19 17:54:05 Functions: 0 0 -

          Line data    Source code
       1             : class AtStreamResponse {
       2             :   AtStreamStatus? status;
       3             :   String? errorCode;
       4             : 
       5           0 :   @override
       6             :   String toString() {
       7           0 :     return 'AtStreamResponse{status: $status, errorCode: $errorCode, errorMessage: $errorMessage}';
       8             :   }
       9             : 
      10             :   String? errorMessage;
      11             : }
      12             : 
      13           7 : enum AtStreamStatus { ack, noAck, complete, error }

Generated by: LCOV version 1.13