File: | Dpkg/BuildOptions.pm |
Coverage: | 80.0% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57 | 33 |
| ref $this || $this | ||||||||||||
62 | 100 |
| $opts{'envvar'} // "DEB_BUILD_OPTIONS" | ||||||||||||
124 | 100 |
| &any(sub { $_ eq $key; } , "terse", "noopt", "nostrip", "nocheck") and defined $value | ||||||||||||
127 | 100 |
| $value //= "" | ||||||||||||
177 | 100 |
| $self->get($option) // "" | ||||||||||||
222 | 67 |
| $var //= $self->{'envvar'} |