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

          Line data    Source code
       1             : class AtStreamNotification {
       2             :   late String streamId;
       3             :   late String fileName;
       4             :   late int fileLength;
       5             :   String? namespace;
       6             :   late String senderAtSign;
       7             :   late String currentAtSign;
       8             : 
       9           0 :   @override
      10             :   String toString() {
      11           0 :     return 'StreamNotification{streamId: $streamId, namespace:$namespace, fileName: $fileName, fileLength: $fileLength, senderAtSign: $senderAtSign, currentAtSign: $currentAtSign}';
      12             :   }
      13             : }

Generated by: LCOV version 1.13