blib/lib/FusionInventory/Agent/Task/Inventory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | $content && $content->{'RESPONSE'} |
158 | 0 | 0 | 0 | $parent and not $self->{'modules'}{$parent}{'enabled'} |
291 | 0 | 0 | 0 | $self->{'config'}{'additional-content'} and -f $self->{'config'}{'additional-content'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | not $content && $content->{'RESPONSE'} or $content->{'RESPONSE'} ne 'SEND' |