LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |