LCOV - code coverage report
Current view: top level - lib/src/voip/utils - rtc_candidate_extension.dart (source / functions) Hit Total Coverage
Test: merged.info Lines: 5 5 100.0 %
Date: 2024-09-27 11:38:01 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:webrtc_interface/webrtc_interface.dart';
       2             : 
       3             : extension RTCIceCandidateExt on RTCIceCandidate {
       4           2 :   bool get isValid =>
       5           2 :       sdpMLineIndex != null &&
       6           2 :       sdpMid != null &&
       7           2 :       candidate != null &&
       8           4 :       candidate!.isNotEmpty;
       9             : }

Generated by: LCOV version 1.14