line | % | coverage | branch |
51 | 50 | T | F | if ($hook eq 'before-source-build') { } |
| 50 | T | F | elsif ($hook eq 'package-keyrings') { } |
| 50 | T | F | elsif ($hook eq 'archive-keyrings') { } |
| 50 | T | F | elsif ($hook eq 'archive-keyrings-historic') { } |
| 100 | T | F | elsif ($hook eq 'register-custom-fields') { } |
| 100 | T | F | elsif ($hook eq 'post-process-changelog-entry') { } |
57 | 0 | T | F | if (defined $fields->{'Version'} and defined $fields->{'Maintainer'} and $fields->{'Version'} =~ /ubuntu/) |
59 | 0 | T | F | unless ($fields->{'Maintainer'} =~ /(?:ubuntu|canonical)/i) |
60 | 0 | T | F | if (length $ENV{'DEBEMAIL'} and $ENV{'DEBEMAIL'} =~ /\@(?:ubuntu|canonical)\.com/) { } |
66 | 0 | T | F | unless ($fields->{'Original-Maintainer'}) |
95 | 100 | T | F | if (scalar @$bugs) |
112 | 100 | T | F | if (&any(sub {
$_ eq $arch;
}
, "amd64", "arm64", "ppc64el", "s390x")) |
125 | 100 | T | F | if ($arch eq "ppc64el" and $flags->get_option_value("optimize-level") != 0) |
151 | 0 | T | F | unless ($flags->use_feature("hardening", "stackprotectorstrong") or $flags->use_feature("hardening", "stackprotector")) |
157 | 100 | T | F | unless ($flags->use_feature("hardening", "stackclash")) |
162 | 50 | T | F | unless ($flags->use_feature("hardening", "fortify")) |
166 | 50 | T | F | unless ($flags->use_feature("hardening", "format")) |
174 | 100 | T | F | unless ($flags->use_feature("hardening", "branch")) |
177 | 50 | T | F | if ($cpu eq 'arm64') { } |
| 50 | T | F | elsif ($cpu eq 'amd64') { } |
182 | 50 | T | F | if (defined $flag) |