Branch Coverage

File:Dpkg/Vendor/Ubuntu.pm
Coverage:50.0%

line%coveragebranch
4950TFif ($hook eq 'before-source-build') { }
50TFelsif ($hook eq 'package-keyrings') { }
50TFelsif ($hook eq 'archive-keyrings') { }
50TFelsif ($hook eq 'archive-keyrings-historic') { }
100TFelsif ($hook eq 'register-custom-fields') { }
100TFelsif ($hook eq 'post-process-changelog-entry') { }
50TFelsif ($hook eq 'update-buildflags') { }
550TFif (defined $fields->{'Version'} and defined $fields->{'Maintainer'} and $fields->{'Version'} =~ /ubuntu/)
570TFunless ($fields->{'Maintainer'} =~ /(?:ubuntu|canonical)/i)
580TFif (length $ENV{'DEBEMAIL'} and $ENV{'DEBEMAIL'} =~ /\@(?:ubuntu|canonical)\.com/) { }
640TFunless ($fields->{'Original-Maintainer'})
91100TFif (scalar @$bugs)
10550TFunless ($build_opts->has("noopt"))
109100TFif (&Dpkg::Arch::debarch_eq($arch, "ppc64el"))