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