lib/Dancer/Plugin/Auth/Google.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 13 | 46.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
152 | 0 | 0 | 0 | $user->{'link'} && index($user->{'link'}, 'http') == 0 |
line | l | !l | condition |
---|---|---|---|
33 | 2 | 0 | $config->{'scope'} || 'profile' |
34 | 2 | 0 | $config->{'callback_success'} || '/' |
35 | 2 | 0 | $config->{'callback_fail'} || '/fail' |
36 | 1 | 1 | $config->{'access_type'} || 'online' |
37 | 0 | 2 | $config->{'legacy_gplus'} || 0 |