Condition Coverage

blib/lib/Flickr/API2/Raw.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

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/

or 2 conditions

line l !l condition
45 0 4 $$options{'timeout'} || 30
49 0 4 $$options{'rest_uri'} || 'http://api.flickr.com/services/rest/'
51 0 4 $$options{'auth_uri'} || 'http://api.flickr.com/services/auth/'