Branch Coverage

blib/lib/Siebel/Srvrmgr/Log/Enterprise/Parser/Comp_alias.pm
Criterion Covered Total %
branch 8 30 26.6


line true false branch
113 0 1 unless defined $procs
114 0 1 unless ref $procs eq 'HASH'
121 0 0 unless $procs->{$pid}->isa('Siebel::Srvrmgr::OS::Process')
137 0 1 if (defined $self->get_archive) { }
226 15 34 unless scalar @parts >= 7
229 8 26 if ($parts[1] eq 'ProcessCreate')
231 8 0 if ($parts[5] =~ /$create_regex/) { }
254 0 0 if (exists $comps{$proc_pid})
283 0 0 unless $last_line == 0 or $. > $last_line
287 0 0 unless scalar @parts >= 7
290 0 0 if ($parts[1] eq 'ProcessCreate')
292 0 0 if ($parts[5] =~ /$create_regex/) { }
324 0 0 if (exists $comps{$proc_pid} and $cached->has($proc_pid))
333 0 0 if (exists $comps{$proc_pid}) { }
0 0 elsif ($cached->has($proc_pid)) { }