blib/lib/Proc/ProcessTable/Match/State.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{'states'}) |
73 | 0 | 0 | if (ref \$args{'states'} eq 'ARRAY') |
76 | 0 | 0 | unless (defined $args{'states'}[0]) |
106 | 0 | 0 | unless (defined $object) |
110 | 0 | 0 | if (ref $object ne 'Proc::ProcessTable::Process') |
121 | 0 | 0 | unless (defined $proc_state) |
126 | 0 | 0 | if ($proc_state =~ /$state/) |