File: | Dpkg/Vendor/Ubuntu.pm |
Coverage: | 30.0% |
line | % | coverage | condition | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57 | 0 |
| defined $fields->{'Version'} and defined $fields->{'Maintainer'} and $fields->{'Version'} =~ /ubuntu/ | ||||||||||||||||||||
60 | 0 |
| length $ENV{'DEBEMAIL'} and $ENV{'DEBEMAIL'} =~ /\@(?:ubuntu|canonical)\.com/ | ||||||||||||||||||||
94 | 50 |
| $fields->{'Changes'} // "" | ||||||||||||||||||||
125 | 67 |
| $arch eq "ppc64el" and $flags->get_option_value("optimize-level") != 0 | ||||||||||||||||||||
151 | 33 |
| $flags->use_feature("hardening", "stackprotectorstrong") or $flags->use_feature("hardening", "stackprotector") | ||||||||||||||||||||
206 | 67 |
| $changes and $changes =~ /lp:\s+\#\d+(?:,\s*\#\d+)*/gip |