Branch Coverage

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


line true false branch
65 0 0 if (defined $_[1])
70 0 0 unless (defined $args{'commands'})
73 0 0 if (ref \$args{'commands'} eq 'ARRAY')
76 0 0 unless (defined $args{'commands'}[0])
106 0 0 unless (defined $object)
110 0 0 if (ref $object ne 'Proc::ProcessTable::Process')
125 0 0 unless (defined $proc_fname or defined $proc_cmndline)
133 0 0 if (defined $proc_fname and $proc_fname =~ /$command/)
139 0 0 if (defined $proc_cmndline and $proc_cmndline =~ /$command/)