Condition Coverage

blib/lib/OpenStack/Client/Auth/v3.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
133 8 1 0 defined $opts{'id'} and $endpoint->{'id'} ne $opts{'id'}
134 8 1 0 defined $opts{'region'} and $endpoint->{'region'} ne $opts{'region'}
135 0 6 3 defined $opts{'endpoint'} and $endpoint->{'interface'} ne $opts{'endpoint'}

or 2 conditions

line l !l condition
23 0 12 $args{'domain'} ||= 'default'
123 3 4 $opts{'endpoint'} ||= 'public'