File: | Dpkg/Control/HashCore.pm |
Coverage: | 75.8% |
line | % | coverage | condition | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
118 | 33 |
| ref $this || $this | ||||||||||||||||||||
214 | 67 |
| length $_ == 0 and $paraborder | ||||||||||||||||||||
221 | 100 |
| defined $name and $name =~ /^\S+?$/ | ||||||||||||||||||||
50 |
| length $_ == 0 or $expect_pgp_sig and $armor =~ /^-----BEGIN PGP SIGNATURE-----[\r\t ]*$/ | |||||||||||||||||||||
259 | 67 |
| defined $_ and /^\s*$/ | ||||||||||||||||||||
285 | 67 |
| $$self->{'allow_pgp'} and not $parabody | ||||||||||||||||||||
299 | 100 |
| $expect_pgp_sig and not $$self->{'is_pgp_signed'} | ||||||||||||||||||||
364 | 100 |
| defined $imp->{$a} and defined $imp->{$b} | ||||||||||||||||||||
382 | 100 |
| $$self->{'drop_empty'} and not $value =~ /\S/ | ||||||||||||||||||||
391 | 100 |
| length $_ == 0 or /^\.+$/ |