File: | Dpkg/Conf.pm |
Coverage: | 61.1% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60 | 33 |
| ref $this || $this | ||||||||||||
120 | 0 |
| $confdir ||= $ENV{'HOME'} . '/.config' | ||||||||||||
168 | 100 |
| /^#/ or length $_ == 0 | ||||||||||||
169 | 100 |
| /^-[^-]/ and not $self->{'allow_short'} | ||||||||||||
199 | 67 |
| $opts{'remove'} // sub { 0; } | ||||||||||||
200 | 67 |
| $opts{'keep'} // sub { 1; } |