Branch Coverage

lib/Config/IniFiles/Check/Health.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
250 1 1 if (@all_values > 1)
260 1 0 if ($self->errors_are_fatal and $nr_of_errors > 0)
294 0 0 unless ($ini_obj->SectionExists($section_name))
302 0 0 if ($self->errors_are_fatal and $nr_of_errors > 0)
341 1 5 unless (defined $value_from_inifile)
350 1 2 if ($self->errors_are_fatal and $nr_of_errors > 0)
367 0 2 if ($logger) { }
389 0 2 if ($logger) { }
395 2 0 if ($self->errors_are_fatal)