Condition Coverage

blib/lib/Metabrik/Network/Arp.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
210 0 0 0 exists $interface->{'ipv4'} and $ip eq $interface->{'ipv4'}

or 2 conditions

line l !l condition
68 0 0 defined $self->global && $self->global->device || 'eth0'
230 0 0 $self->count || 0

or 3 conditions

line l !l&&r !l&&!r condition
102 0 0 0 $device ||= $self->device
128 0 0 0 $device ||= $self->device
183 0 0 0 $device ||= $self->device
188 0 0 0 $subnet ||= $interface->{'subnet4'}