Branch Coverage

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


line true false branch
112 0 1 unless defined $procs
113 0 1 unless ref $procs eq 'HASH'
120 0 1 unless $procs->{$pid}->isa('Siebel::Srvrmgr::OS::Process')
136 0 1 if (defined $self->get_archive) { }
225 15 34 unless scalar @parts >= 7
228 8 26 if ($parts[1] eq 'ProcessCreate')
230 8 0 if ($parts[5] =~ /$create_regex/) { }
253 1 0 if (exists $comps{$proc_pid})
282 0 0 unless $last_line == 0 or $. > $last_line
286 0 0 unless scalar @parts >= 7
289 0 0 if ($parts[1] eq 'ProcessCreate')
291 0 0 if ($parts[5] =~ /$create_regex/) { }
323 0 0 if (exists $comps{$proc_pid} and $cached->has($proc_pid))
332 0 0 if (exists $comps{$proc_pid}) { }
0 0 elsif ($cached->has($proc_pid)) { }