blib/lib/FusionInventory/Agent/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
220 | 0 | 0 | 0 | $old =~ /^no-/ and not $self->{$old} |
263 | 10 | 0 | 0 | $self->{'ca-cert-file'} and $self->{'ca-cert-dir'} |
268 | 10 | 0 | 0 | $self->{'logger'} =~ /file/i and not $self->{'logfile'} |
285 | 24 | 21 | 25 | $self->{$option} and ref $self->{$option} eq '' |