| line |
!l |
l&&!r |
l&&r |
condition |
|
224
|
1 |
0 |
3 |
$decoders{$$self{'type'}} and $duid_types{$$self{'type'}} |
|
278
|
0 |
6 |
1 |
$$self{'type'} and not $duid_types{$$self{'type'}} |
|
|
0 |
3 |
3 |
$$self{'type'} and $opts{'format'} |
|
|
3 |
0 |
3 |
$$self{'type'} and $opts{'format'} and $opts{'format'} eq 'text' |
|
331
|
4 |
6 |
0 |
$$self{'iana_hw_type'} and not $iana_hw_types{$$self{'iana_hw_type'}} |
|
|
4 |
4 |
2 |
$$self{'iana_hw_type'} and $opts{'format'} |
|
|
8 |
0 |
2 |
$$self{'iana_hw_type'} and $opts{'format'} and $opts{'format'} eq 'text' |
|
415
|
2 |
0 |
2 |
$$self{'local_link_address'} and $opts{'format'} eq 'ethernet_mac' |
|
|
2 |
0 |
2 |
$$self{'local_link_address'} and $opts{'format'} eq 'ethernet_mac' and $self->iana_hw_type == 1 |