Branch Coverage

lib/DPKG/Log/Entry.pm
Criterion Covered Total %
branch 10 28 35.7


line true false branch
94 1 4355 if ref $package
151 0 3405 if ($timestamp) { }
152 0 0 if (not ref $timestamp or ref $timestamp ne 'DateTime')
171 0 7 if ($type) { }
172 0 0 unless (defined $$valid_types{$type})
191 0 5 if ($associated_package) { }
209 0 7 if ($action) { }
210 0 0 unless (defined $$valid_actions{$action})
228 0 3 if ($status) { }
246 0 7 if ($subject) { }
264 0 4 if ($installed_version) { }
280 0 1 if ($available_version) { }
295 0 0 if ($conffile) { }
309 0 0 if ($decision) { }