Branch Coverage

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


line true false branch
129 0 0 if (defined $_[1])
136 0 0 unless (defined $args{'checks'})
139 0 0 if (ref @{$args{'checks'};} eq 'ARRAY')
143 0 0 unless (defined $args{'checks'}[0])
146 0 0 if (ref %{$args{'checks'}[0];} eq 'HASH')
168 0 0 if (defined $args{'checks'}[$check_int]{'type'}) { }
178 0 0 unless ($type_test =~ /^$/)
183 0 0 if (defined $args{'checks'}[$check_int]{'args'} and ref $args{'checks'}[$check_int]{'args'} eq 'HASH') { }
193 0 0 if (defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} ne 'SCALAR') { }
0 0 elsif (defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} eq 'SCALAR') { }
210 0 0 unless (defined $check)
221 0 0 if ($args{'testing'})
246 0 0 if (not defined $proc or ref $proc ne 'Proc::ProcessTable::Process')
252 0 0 unless ($self->{'testing'})
269 0 0 if (defined $hit)
271 0 0 if ($check->{'invert'})
276 0 0 if ($hit)
285 0 0 if ($required eq $hits)