Branch Coverage

blib/lib/Siebel/Srvrmgr/OS/Unix.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
278 10 1 unless exists $valid_proc_name{$process->fname} and $process->cmndline =~ /$cmd_regex/
294 0 1 if ($self->get_mem_limit > 0)
296 0 0 if ($process->rss > $self->get_mem_limit and defined $self->get_callback)
315 0 1 if ($self->get_cpu_limit > 0)
317 0 0 if ($process->pctcpu > $self->get_cpu_limit and defined $self->get_callback)
360 0 1 unless open my $in, '<', $self->get_ent_log
367 8 42 if ($line =~ /$create_regex/)
384 1 0 if (exists $comps{$proc_pid})