|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
44
 | 
 0  | 
 0  | 
 if (-f $self->_config_file)  | 
 
| 
94
 | 
 0  | 
 0  | 
 unless (exists $$self{'project_configuration'}{'nodes'})  | 
 
| 
113
 | 
 0  | 
 0  | 
 unless opendir my $dh, $self->project_path . '/jobs'  | 
 
| 
116
 | 
 0  | 
 0  | 
 unless -f $self->project_path . "/jobs/$entry/job.conf.yml"  | 
 
| 
155
 | 
 0  | 
 0  | 
 unless opendir my $dh, $self->project_path . '/rex'  | 
 
| 
157
 | 
 0  | 
 0  | 
 unless -f $self->project_path . "/rex/$entry/rex.conf.yml"  | 
 
| 
218
 | 
 0  | 
 0  | 
 unless opendir my $dh, $self->project_path . '/formulars'  | 
 
| 
222
 | 
 0  | 
 0  | 
 unless -f $self->project_path . "/formulars/$entry/formular.conf.yml"  |