Condition Coverage

blib/lib/Dpkg/BuildOptions.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
121 14 4 1 $key =~ /^(noopt|nostrip|nocheck)$/ and defined $value

or 2 conditions

line l !l condition
60 7 5 $opts{'envvar'} // 'DEB_BUILD_OPTIONS'
124 3 1 $value //= ''
174 4 30 $self->get($option) // ''

or 3 conditions

line l !l&&r !l&&!r condition
55 0 12 0 ref $this || $this
221 1 1 0 $var //= $self->{'envvar'}