Branch Coverage

blib/lib/Proc/ProcessTable/Match/PctMem.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
72 0 0 if (defined $_[1])
77 0 0 unless (defined $args{'pctmems'})
80 0 0 if (ref \$args{'pctmems'} eq 'ARRAY')
83 0 0 unless (defined $args{'pctmems'}[0])
93 0 0 if ($^O =~ /bsd/)
120 0 0 unless (defined $object)
124 0 0 if (ref $object ne 'Proc::ProcessTable::Process')
129 0 0 if ($^O =~ /bsd/) { }
141 0 0 unless (defined $proc_pctmem)
149 0 0 if ($pctmem =~ /^[0-9.]+$/ and $pctmem eq $proc_pctmem) { }
0 0 elsif ($pctmem =~ /^\<\=[0-9.]+$/) { }
0 0 elsif ($pctmem =~ /^\<[0-9.]+$/) { }
0 0 elsif ($pctmem =~ /^\>\=[0-9.]+$/) { }
0 0 elsif ($pctmem =~ /^\>[0-9.]+$/) { }
0 0 elsif ($pctmem =~ /^\![0-9.]+$/) { }
156 0 0 if ($proc_pctmem <= $pctmem)
161 0 0 if ($proc_pctmem < $pctmem)
166 0 0 if ($proc_pctmem >= $pctmem)
171 0 0 if ($proc_pctmem > $pctmem)
176 0 0 if ($proc_pctmem ne $pctmem)