Branch Coverage
blib/lib/Module/Install/Debian.pm
Criterion
Covered
Total
%
branch
0
8
0.0
line
true
false
branch
17
0
0
unless
(
$self
->can_run
(
'dpkg'
)
)
23
0
0
unless
my
$package
=
shift
(
)
33
0
0
if
(
$installed
)
{
}
44
0
0
unless
(
$self
->can_run
(
'apt-get'
)
)