Branch Coverage

blib/lib/Alien/Packages/Dpkg.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
40 1 0 unless (defined $dpkg_query)
65 1 0 if ($success)
72 1719 264 if (0 == index($pkg, ' ')) { }
78 263 1 if %pkg_details
83 1 0 if %pkg_details
106 1 1 if ($success)
112 1 0 if (my($pkg_names, $fn) = $pkg =~ /^([^:]+):\s+([^\s].*)$/)