Branch Coverage

blib/lib/CPAN/Packager/Builder/Deb.pm
Criterion Covered Total %
branch 3 52 5.7


line true false branch
27 0 0 if CPAN::Packager::Util::run_command('which dh-make-perl')
29 0 0 if CPAN::Packager::Util::run_command('which dpkg')
35 0 0 if $$module{'release'}
36 0 0 if $$module{'pkg_name'}
44 0 0 unless $$module{'module'}
45 0 0 unless $$module{'src'}
51 0 0 unless ($$module{'force_build'})
52 0 0 if ($self->is_installed($package))
95 0 0 if ($$module{'skip_test'})
98 0 0 if ($$module{'version'})
105 0 0 if ($version =~ /^(\d+\.)(\d)+$/)
112 0 0 if ($self->release) { }
121 0 0 if ($self->pkg_name)
132 0 0 if $$module{'depends'}
135 0 0 if ($self->config('modules', $module_name) and $self->config('modules', $module_name)->{'no_depends'})
144 0 0 wantarray ? :
152 0 0 unless $is_no_depend
154 0 0 wantarray ? :
160 0 2 unless $module_name
161 1 1 if $module_name eq 'libwww::perl'
170 0 0 unless ($package =~ /^lib.+-perl/)
171 0 0 if ($self->config('modules', $package) and $self->config('modules', $package)->{'pkg_name'}) { }
183 0 0 if (defined $already_installed and $already_installed == 0)
187 0 0 if ($@)
197 0 0 if ($l =~ /^[+]{3}/) { }
0 0 elsif ($is_pkg and $l =~ /^ii/) { }