blib/lib/OpenStack/Client/Auth/v2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 8 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 6 | 1 | 1 | defined $opts{'id'} and $endpoint->{'id'} ne $opts{'id'} |
104 | 5 | 1 | 1 | defined $opts{'region'} and $endpoint->{'region'} ne $opts{'region'} |
line | l | !l | condition |
---|---|---|---|
91 | 4 | 4 | $opts{'endpoint'} ||= 'public' |