Branch Coverage

lib/Test/Debian.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
28 0 4 unless (-x '/usr/bin/dpkg')
33 1 3 unless (%dpkg_list)
35 0 1 unless ($pid)
53 0 3 unless my $list = _pkg_list $_
58 1 3 unless exists $$list{$_}
59 0 3 unless $$list{$_} eq 'install'
73 0 1 unless my $list = _pkg_list $name
76 1 0 unless exists $$list{$pkg}