lib/Rex/PkgConf/Debian.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | $option and $option ne $question |
60 | 0 | 0 | 0 | $pkg and $values |
72 | 0 | 0 | 0 | $question and $type |
75 | 0 | 0 | 0 | $existing{$question} and $existing{$question}{'value'} eq $value |
80 | 0 | 0 | 0 | $options{'no_update'} and $existing{$question} |
0 | 0 | 0 | $options{'no_update'} and $existing{$question} and $existing{$question}{'already_set'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 0 | 0 | 0 | ref $that || $that |