Branch Coverage

blib/lib/Dist/Zilla/Util/ExpandINI.pm
Criterion Covered Total %
branch 19 28 67.8


line true false branch
120 0 0 unless (&blessed($class))
141 0 0 unless (&blessed($class))
162 1 0 unless (&blessed($class))
173 102 17 unless @{$self->include_does;}
177 15 89 if $module->does($include)
184 117 0 unless @{$self->exclude_does;}
188 0 0 if $module->does($exclude)
195 2 117 unless $self->_includes_module($module)
196 0 117 if $self->_excludes_module($module)
209 7 21 if ($tip->{'name'} and '_' eq $tip->{'name'})
213 14 7 if ($tip->{'package'} and not $tip->{'package'} =~ /\A\@/msx)
224 2 117 unless $self->_include_module($plugin->module)
241 20 8 if 'all' eq $self->comments
242 4 4 if 'authordeps' eq $self->comments