blib/lib/Metabrik/Network/Device.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 34 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
119 | 0 | 0 | 0 | $subnet = $get->subnet and $cidr = $get->cidr |
181 | 0 | 0 | 0 | defined $device and exists $device->{'device'} |
line | l | !l | condition |
---|---|---|---|
54 | 0 | 0 | defined $self->global && $self->global->device || 'eth0' |
141 | 0 | 0 | $destination ||= "8.8.8.8" |
192 | 0 | 0 | $device->{'device'} || 'undef' |
0 | 0 | $device->{'ipv4'} || 'undef' | |
0 | 0 | $device->{'subnet4'} || 'undef' | |
0 | 0 | $device->{'ipv6'} || 'undef' | |
0 | 0 | $device->{'subnet6'} || 'undef' | |
212 | 0 | 0 | $ip || 'undef' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | $device ||= $self->device |
176 | 0 | 0 | 0 | $devices ||= $self->list |
219 | 0 | 0 | 0 | $device ||= $self->device |
236 | 0 | 0 | 0 | $device ||= $self->device |