line |
true |
false |
branch |
72
|
0 |
0 |
if (defined $_[1]) |
77
|
0 |
0 |
unless (defined $args{'times'}) |
80
|
0 |
0 |
if (ref \$args{'times'} eq 'ARRAY') |
83
|
0 |
0 |
unless (defined $args{'times'}[0]) |
113
|
0 |
0 |
unless (defined $object) |
117
|
0 |
0 |
if (ref $object ne 'Proc::ProcessTable::Process') |
128
|
0 |
0 |
unless (defined $proc_time) |
136
|
0 |
0 |
if ($time =~ /^[.0-9]+$/ and $time eq $proc_time) { } |
|
0 |
0 |
elsif ($time =~ /^\<\=[.0-9]+$/) { } |
|
0 |
0 |
elsif ($time =~ /^\<[.0-9]+$/) { } |
|
0 |
0 |
elsif ($time =~ /^\>\=[.0-9]+$/) { } |
|
0 |
0 |
elsif ($time =~ /^\>[.0-9]+$/) { } |
|
0 |
0 |
elsif ($time =~ /^\![.0-9]+$/) { } |
143
|
0 |
0 |
if ($proc_time <= $time) |
148
|
0 |
0 |
if ($proc_time < $time) |
153
|
0 |
0 |
if ($proc_time >= $time) |
158
|
0 |
0 |
if ($proc_time > $time) |
164
|
0 |
0 |
if ($proc_time ne $time) |