| blib/lib/OpenStack/Client/Auth/v3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 13 | 69.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 132 | 8 | 1 | 0 | defined $opts{'id'} and $endpoint->{'id'} ne $opts{'id'} |
| 133 | 8 | 1 | 0 | defined $opts{'region'} and $endpoint->{'region'} ne $opts{'region'} |
| 134 | 0 | 6 | 3 | defined $opts{'endpoint'} and $endpoint->{'interface'} ne $opts{'endpoint'} |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 12 | $args{'domain'} ||= 'default' |
| 122 | 3 | 4 | $opts{'endpoint'} ||= 'public' |