| line |
true |
false |
branch |
|
46
|
0 |
0 |
if (-f $self->_config_file) |
|
72
|
0 |
0 |
if (-f $last_run_status_file) |
|
109
|
0 |
0 |
unless (exists $$self{'project_configuration'}{'nodes'}) |
|
128
|
0 |
0 |
unless opendir my $dh, $self->project_path . '/jobs' |
|
131
|
0 |
0 |
unless -f $self->project_path . "/jobs/$entry/job.conf.yml" |
|
172
|
0 |
0 |
unless opendir my $dh, $self->project_path . '/rex' |
|
174
|
0 |
0 |
unless -f $self->project_path . "/rex/$entry/rex.conf.yml" |
|
237
|
0 |
0 |
unless (-d $self->project_path . '/formulars') |
|
241
|
0 |
0 |
unless opendir my $dh, $self->project_path . '/formulars' |
|
245
|
0 |
0 |
unless -f $self->project_path . "/formulars/$entry/formular.conf.yml" |