Condition Coverage

blib/lib/Net/OperaLink.pm
Criterion Covered Total %
condition 0 53 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 exists $opts{$_} and $opts{$_}
76 0 0 0 $acc_tok and $acc_tok_secret
137 0 0 0 $req_tok and $req_tok_secret
404 0 0 0 defined $id and $id

or 2 conditions

line l !l condition
266 0 0 $req ||= {}
268 0 0 $$req{'step'} ||= 'request_token'
270 0 0 $$req{'request_method'} ||= 'GET'
415 0 0 $query_mode ||= 'children'

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 ref $class || $class
219 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0
256 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0
269 0 0 0 $$req{'nonce'} ||= _random_string(32)
271 0 0 0 $$req{'consumer_key'} ||= $self->consumer_key
272 0 0 0 $$req{'consumer_secret'} ||= $self->consumer_secret
275 0 0 0 $$req{'timestamp'} ||= time
343 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0