Branch Coverage

blib/lib/App/Milter/Limit/Config.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
26 0 4 unless my $config = 'Config::Tiny'->read($config_file)
46 0 4 if (my $user = $conf->{'user'})
50 0 4 if (my $group = $conf->{'group'})
71 0 0 if $section eq 'global'
73 0 0 unless my $conf = $self->instance->config->{$section}
77 0 0 unless (defined $conf->{$key})