blib/lib/Siebel/Srvrmgr/OS/Unix.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 10 | 40.0 |
line | true | false | branch |
---|---|---|---|
202 | 10 | 1 | unless $process->cmndline =~ /$cmd_regex/ |
220 | 0 | 1 | if ($self->get_mem_limit > 0) |
222 | 0 | 0 | if ($process->rss > $self->get_mem_limit and defined $self->get_callback) |
241 | 0 | 1 | if ($self->get_cpu_limit > 0) |
243 | 0 | 0 | if ($process->pctcpu > $self->get_cpu_limit and defined $self->get_callback) |