Branch Coverage

blib/lib/Siebel/Srvrmgr/ListParser/Output/Tabular/ListParams.pm
Criterion Covered Total %
branch 16 18 88.8


line true false branch
179 37 0 if (defined $self->get_cmd_line)
189 20 88 if ($token =~ /$comp_regex/)
196 4 84 if ($token eq 'server')
203 2 82 if ($token eq 'task')
210 37 45 if ($token =~ /$param_regex/)
214 13 24 unless defined $next
216 20 4 if ($next eq 'for') { }
230 2 43 if ($token eq 'named')
271 20090 0 if (@{$fields_ref;}) { }