blib/lib/Dpkg/Conf.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 16 | 68.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
169 | 65 | 8 | 2 | /^-[^-]/ and not $self->{'allow_short'} |
line | l | !l | condition |
---|---|---|---|
199 | 2 | 1 | $opts{'remove'} // sub { 0; } |
200 | 2 | 1 | $opts{'keep'} // sub { 1; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 0 | 5 | 0 | ref $this || $this |
120 | 0 | 0 | 0 | $confdir ||= $ENV{'HOME'} . '/.config' |
168 | 25 | 30 | 75 | /^#/ or length $_ == 0 |