Branch Coverage

blib/lib/Mojolicious/Plugin/Module/Abstract.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
30 2 0 unless -d $self->config->{'path'} . '/templates/' . $pkg
42 0 2 if (open $fh, "./config/$pkg.yaml")
50 0 2 if (open $fh, $self->config->{'path'} . '/config/module.yaml')