Condition Coverage

blib/lib/Net/MyOpera.pm
Criterion Covered Total %
condition 2 45 4.4


and 3 conditions

line !l l&&!r l&&r condition
27 0 2 0 exists $opts{$_} and $opts{$_}
55 0 0 0 $acc_tok and $acc_tok_secret

or 2 conditions

line l !l condition
231 0 0 $req ||= {}
233 0 0 $$req{'step'} ||= 'request_token'
235 0 0 $$req{'request_method'} ||= 'GET'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 1 0 ref $class || $class
187 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0
221 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0
234 0 0 0 $$req{'nonce'} ||= _random_string(32)
236 0 0 0 $$req{'consumer_key'} ||= $self->consumer_key
237 0 0 0 $$req{'consumer_secret'} ||= $self->consumer_secret
241 0 0 0 $$req{'timestamp'} ||= time
315 0 0 0 not $response or ref $response ne 'HASH'
0 0 0 not $response or ref $response ne 'HASH' or $$response{'ok'} == 0