Branch Coverage

blib/lib/Proc/ProcessTable/Match/EUID.pm
Criterion Covered Total %
branch 0 36 0.0


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