blib/lib/Dpkg/Source/Package.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 66 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
376 | 0 | 0 | 0 | exists $f->{'Source'} and exists $f->{'Version'} |
393 | 0 | 0 | 0 | defined $dir and -d $dir |
399 | 0 | 0 | 0 | $opts{'include_supplementary'} and /^\Q$basename\E\.orig-[[:alnum:]-]+\.tar\.$opts{'extension'}$/ |
0 | 0 | 0 | $opts{'include_main'} and /^\Q$basename\E\.orig\.tar\.$opts{'extension'}$/ | |
481 | 0 | 0 | 0 | length $ENV{'HOME'} and -r "$ENV{'HOME'}/.gnupg/trustedkeys.gpg" |
563 | 0 | 0 | 0 | $self->{'fields'}{'Format'} and $self->{'fields'}{'Format'} ne '1.0' |
0 | 0 | 0 | $self->{'fields'}{'Format'} and $self->{'fields'}{'Format'} ne '1.0' and not $self->{'options'}{'skip_debianization'} |
line | l | !l | condition |
---|---|---|---|
249 | 0 | 0 | $self->{'options'}{'copy_orig_tarballs'} //= 0 |
253 | 0 | 0 | $self->{'options'}{'skip_debianization'} //= 0 |
254 | 0 | 0 | $self->{'options'}{'skip_patches'} //= 0 |
257 | 0 | 0 | $self->{'options'}{'require_valid_signature'} //= 0 |
258 | 0 | 0 | $self->{'options'}{'require_strong_checksums'} //= 0 |
261 | 0 | 0 | $self->{'options'}{'compression'} //= 'xz' |
272 | 0 | 0 | $dir || './' |
293 | 0 | 0 | $update_format //= 1 |
295 | 0 | 0 | $self->{'fields'}{'Format'} // '1.0' |
388 | 0 | 0 | $opts{'include_main'} //= 1 |
389 | 0 | 0 | $opts{'include_supplementary'} //= 1 |
538 | 0 | 0 | $destdir ||= './' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
209 | 0 | 0 | 0 | ref $this || $this |
235 | 0 | 0 | 0 | $self->{'options'}{'diff_ignore_regex'} ||= $diff_ignore_default_regex |
263 | 0 | 0 | 0 | $self->{'options'}{'comp_level'} //= compression_get_property($self->{'options'}{'compression'}, 'default_level') |
265 | 0 | 0 | 0 | $self->{'options'}{'comp_ext'} //= compression_get_property($self->{'options'}{'compression'}, 'file_ext') |
387 | 0 | 0 | 0 | $opts{'extension'} //= compression_get_file_extension_regex() |
556 | 0 | 0 | 0 | $self->{'options'}{'skip_debianization'} or $self->{'no_check'} |
672 | 0 | 0 | 0 | $filename //= $self->get_basename(1) . '.dsc' |