LCOV - code coverage report
Current view: top level - lib/src/models - sendable_active_host.dart (source / functions) Coverage Total Hit
Test: coverage.lcov Lines: 100.0 % 1 1
Test Date: 2025-08-17 13:02:53 Functions: - 0 0

            Line data    Source code
       1              : import 'package:dart_ping/dart_ping.dart';
       2              : 
       3              : import 'package:network_tools/network_tools.dart';
       4              : 
       5              : class SendableActiveHost {
       6            1 :   SendableActiveHost(this.address, {this.pingData, this.openPorts = const []});
       7              :   final String address;
       8              :   final PingData? pingData;
       9              :   List<OpenPort> openPorts;
      10              : }
        

Generated by: LCOV version 2.0-1