| blib/lib/Catalyst/Plugin/Authentication/Credential/Flickr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 16 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $store and my $store_user = $store->get_user($$user{'username'}, $user) |
| line | l | !l | condition |
|---|---|---|---|
| 70 | 0 | 0 | $c->config->{'authentication'}{'flickr'} ||= {} |
| 73 | 0 | 0 | $$config{'user_class'} ||= 'Catalyst::Plugin::Authentication::User::Hash' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | $$config{'flickr_object'} ||= do { ($$config{'user_class'} ||= 'Catalyst::Plugin::Authentication::User::Hash')->require; my $flickr = 'Flickr::API'->new({'key', $$config{'key'}, 'secret', $$config{'secret'}}); $flickr } |
| 98 | 0 | 0 | 0 | shift() || $$config{'perms'} |
| 129 | 0 | 0 | 0 | $$config{'store'} || $c->default_auth_store |