line |
true |
false |
branch |
84
|
0 |
0 |
if (defined $_[1]) |
89
|
0 |
0 |
unless (defined $args{'pctmems'}) |
92
|
0 |
0 |
if (ref \$args{'pctmems'} eq 'ARRAY') |
95
|
0 |
0 |
unless (defined $args{'pctmems'}[0]) |
104
|
0 |
0 |
if ($^O =~ /bsd/) |
132
|
0 |
0 |
unless (defined $object) |
136
|
0 |
0 |
if (ref $object ne 'Net::Connection') |
144
|
0 |
0 |
unless (defined $conn_pid) |
151
|
0 |
0 |
if (not defined $object->proc) { } |
162
|
0 |
0 |
if ($conn_pid eq $procs->[$proc_int]{'pid'}) |
163
|
0 |
0 |
if ($^O =~ /bsd/) { } |
182
|
0 |
0 |
unless (defined $pctmem) |
190
|
0 |
0 |
if ($value =~ /^[0-9.]+$/ and $value eq $pctmem) { } |
|
0 |
0 |
elsif ($value =~ /^\<\=[0-9.]+$/) { } |
|
0 |
0 |
elsif ($value =~ /^\<[0-9.]+$/) { } |
|
0 |
0 |
elsif ($value =~ /^\>\=[0-9.]+$/) { } |
|
0 |
0 |
elsif ($value =~ /^\>[0-9.]+$/) { } |
197
|
0 |
0 |
if ($value <= $pctmem) |
202
|
0 |
0 |
if ($pctmem < $value) |
207
|
0 |
0 |
if ($pctmem >= $value) |
212
|
0 |
0 |
if ($pctmem > $value) |