| blib/lib/AnsibleModule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 0 | 0 | 0 | defined $spec->{'default'} and $spec->{'required'} |
| 105 | 0 | 0 | 0 | ref $spec->{'aliases'} and ref $spec->{'aliases'} eq 'ARRAY' |
| 127 | 0 | 0 | 0 | $spec->{'required'} and not $self->params->{$arg} |
| 131 | 0 | 0 | 0 | $self->params->{$arg} and @{$choices;} |
| line | l | !l | condition |
|---|---|---|---|
| 76 | 0 | 0 | $args->{'changed'} //= 0 |
| 103 | 0 | 0 | $spec->{'aliases'} //= [] |
| 128 | 0 | 0 | $spec->{'choices'} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | $self->params->{$arg} //= $spec->{'default'} |