| blib/lib/Siebel/Srvrmgr/OS/Unix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 10 | 10.0 |
| line | true | false | branch |
|---|---|---|---|
| 203 | 11 | 0 | unless $process->cmndline =~ /$cmd_regex/ |
| 221 | 0 | 0 | if ($self->get_mem_limit > 0) |
| 223 | 0 | 0 | if ($process->rss > $self->get_mem_limit and defined $self->get_callback) |
| 242 | 0 | 0 | if ($self->get_cpu_limit > 0) |
| 244 | 0 | 0 | if ($process->pctcpu > $self->get_cpu_limit and defined $self->get_callback) |