blib/lib/Proc/ProcessTable/Match/Fname.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
65 | 0 | 0 | if (defined $_[1]) |
70 | 0 | 0 | unless (defined $args{'fnames'}) |
73 | 0 | 0 | if (ref \$args{'fnames'} eq 'ARRAY') |
76 | 0 | 0 | unless (defined $args{'fnames'}[0]) |
106 | 0 | 0 | unless (defined $object) |
110 | 0 | 0 | if (ref $object ne 'Proc::ProcessTable::Process') |
121 | 0 | 0 | unless (defined $proc_fname) |
126 | 0 | 0 | if ($proc_fname =~ /$fname/) |