Branch Coverage

lib/Rex/RunList.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
25 12 28 if $INSTANCE
55 0 39 unless +(shift())->{'tasks'}
59 262 28 if $self->{'task_list'}
77 24 11 unless "Rex::Config"->get_task_chaining_cmdline_args
81 0 33 unless $self->task_list->is_task($task_name)
87 22 66 if ($self->task_list->is_task($param))
92 33 33 if ($param =~ /^--/u) { }
96 33 0 defined $val ? :
123 36 68 if (defined $val)
128 36 68 if $task_name =~ /^\-\-/u or $task_name =~ /=/u
129 0 68 unless $self->task_list->is_task($task_name)