| line | true | false | branch | 
 
| 14 | 0 | 0 | if $params{'no_category'}{'network'} | 
 
| 31 | 0 | 0 | if isSameNetwork($default, $$interface{'IPADDRESS'}, $$interface{'IPMASK'}) | 
 
| 64 | 0 | 0 | $$lanadminInfo{'Speed'} > 1000000 ? : | 
 
| 67 | 0 | 0 | if ($ifStatNrv{$$prototype{'DESCRIPTION'}}) { } | 
 
| 73 | 0 | 0 | unless $$prototype{$key} | 
 
| 94 | 0 | 0 | if ($$interface{'IPADDRESS'} and $$interface{'IPADDRESS'} eq '0.0.0.0') { } | 
 
| 112 | 0 | 0 | unless $handle | 
 
| 116 | 0 | 0 | unless $line =~ /^
            0x($FusionInventory::Agent::Task::Inventory::HPUX::Networks::alt_mac_address_pattern)
            \s
            (\S+)
            \s
            \S+
            \s+
            (\S+)
            /x | 
 
| 144 | 0 | 0 | unless $handle | 
 
| 148 | 0 | 0 | unless $line =~ /^(\S.+\S) \s+ = \s (.+)$/x | 
 
| 158 | 0 | 0 | unless $handle | 
 
| 162 | 0 | 0 | if ($line =~ / | 
 
| 165 | 0 | 0 | if ($line =~ /inet ($FusionInventory::Agent::Task::Inventory::HPUX::Networks::ip_address_pattern)/) | 
 
| 168 | 0 | 0 | if ($line =~ /netmask ($FusionInventory::Agent::Task::Inventory::HPUX::Networks::hex_ip_address_pattern)/) | 
 
| 180 | 0 | 0 | unless $handle | 
 
| 184 | 0 | 0 | unless $line =~ /^
            (\w+)
            \s+
            (\w+)
            \s+
            0x($FusionInventory::Agent::Task::Inventory::HPUX::Networks::alt_mac_address_pattern)
            \s+
            (\w+)
            \s+
            (\w*)
            /x | 
 
| 217 | 0 | 0 | unless $handle | 
 
| 221 | 0 | 0 | unless $line =~ m[^
            ($FusionInventory::Agent::Task::Inventory::HPUX::Networks::ip_address_pattern) # address
            /
            ($FusionInventory::Agent::Task::Inventory::HPUX::Networks::ip_address_pattern) # mask
            \s+
            ($FusionInventory::Agent::Task::Inventory::HPUX::Networks::ip_address_pattern) # gateway
            \s+
            [A-Z]* H [A-Z]*       # host flag
            \s+
            \d
            \s+
            (\w+) (?: :\d+)?      # interface name, with optional alias
            \s+
            (\d+)                 # MTU
            $]x | 
 
| 239 | 0 | 0 | $3 ne $1 ? : |