Condition Coverage

blib/lib/WWW/Plurk.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
457 0 0 0 UNIVERSAL::can($obj, 'can') && $obj->can('uid')
613 0 0 0 'ARRAY' eq ref $$hash{$key} and @{$$hash{$key};} == 0

or 2 conditions

line l !l condition
201 0 0 $params || {}
216 0 0 $params || {}
473 0 0 delete $args{'lang'} || 'en'
474 0 0 delete $args{'qualifier'} || ':'

or 3 conditions

line l !l&&r !l&&!r condition
168 0 0 0 $$self{'_ua'} ||= $self->_make_ua
203 0 0 0 $resp->is_success or $resp->is_redirect
218 0 0 0 $resp->is_success or $resp->is_redirect
254 0 0 0 $resp->header('Location') || "/user/$name"
318 0 0 0 $$global{'session_user'} || croak('No session_user data found')
373 0 0 0 shift() || $self
472 0 0 0 delete $args{'content'} || croak('Must have content')
561 0 0 0 delete $args{'uid'} || $self
613 0 0 0 not exists $$hash{$key} or 'ARRAY' eq ref $$hash{$key} and @{$$hash{$key};} == 0