Branch Coverage

blib/lib/Proc/ProcessTable/Match/Start.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{'starts'})
80 0 0 if (ref \$args{'starts'} eq 'ARRAY')
83 0 0 unless (defined $args{'starts'}[0])
113 0 0 unless (defined $object)
117 0 0 if (ref $object ne 'Proc::ProcessTable::Process')
128 0 0 unless (defined $proc_start)
136 0 0 if ($start =~ /^[.0-9]+$/ and $start eq $proc_start) { }
0 0 elsif ($start =~ /^\<\=[.0-9]+$/) { }
0 0 elsif ($start =~ /^\<[.0-9]+$/) { }
0 0 elsif ($start =~ /^\>\=[.0-9]+$/) { }
0 0 elsif ($start =~ /^\>[.0-9]+$/) { }
0 0 elsif ($start =~ /^\![.0-9]+$/) { }
143 0 0 if ($proc_start <= $start)
148 0 0 if ($proc_start < $start)
153 0 0 if ($proc_start >= $start)
158 0 0 if ($proc_start > $start)
163 0 0 if ($proc_start ne $start)