blib/lib/Net/Google/DataAPI/Auth/ClientLogin/Multiple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 1 | 0 | 1 | Text::Glob::match_glob($s, $host) and $service = $self->services->{$s} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 1 | 6 | 0 | $host ||= $req->uri->host |
19 | 2 | 4 | 1 | $self->tokens->{$host} ||= $self->_get_auth_params($host) |