blib/lib/Net/Social/Mapper/Persona/Flickr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 14 | 42.8 |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 3 | $self->_fetch_nsid($$self{'user'}) || (return $self) |
38 | 0 | 1 | $self->_fetch_userinfo($$self{'id'}) || (return $self) |
58 | 0 | 3 | $self->_do_flickr('flickr.urls.lookupUser', 'url', "http://flickr.com/photos/$user/") || (return) |
81 | 0 | 4 | $self->mapper->get("$url") || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 0 | 0 | 1 | $$self{'_flickr_api_key'} || $FLICKR_API_KEY |
75 | 0 | 0 | 4 | $$self{'_flickr_api_key'} || $FLICKR_API_KEY |