blib/lib/App/GSD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 17 | 29.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 0 | 1 | 0 | exists $$self{'network_command'} and not ref $$self{'network_command'} |
31 | 1 | 0 | 0 | $contents =~ /^$START_TOKEN$/ and $contents =~ qr/^$END_TOKEN$/ |
80 | 0 | 0 | 2 | defined $netcmd and not @$netcmd |
line | l | !l | condition |
---|---|---|---|
19 | 1 | 0 | $$self{'block'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 1 | 0 | 0 | $$self{'hosts_file'} ||= $DEFAULT_HOSTS |
85 | 0 | 0 | 0 | $netcmd ||= $self->_platform_network_command |