blib/lib/Flickr/API2/Raw.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 0 | 0 | 1 | defined $self->{'api_secret'} and length $self->{'api_secret'} |
124 | 0 | 0 | 10 | defined $self->{'api_secret'} and length $self->{'api_secret'} |
175 | 10 | 0 | 0 | not $r->is_success and $r->status_line =~ /timeout/u |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 4 | $options->{'timeout'} || 30 |
50 | 0 | 4 | $options->{'rest_uri'} || 'http://api.flickr.com/services/rest/' |
52 | 0 | 4 | $options->{'auth_uri'} || 'http://api.flickr.com/services/auth/' |