Branch Coverage

blib/lib/Net/Jaiku.pm
Criterion Covered Total %
branch 6 46 13.0


line true false branch
18 0 1 if $conf{'timeout'}
31 0 1 if ($username)
40 0 0 if ($userkey)
48 0 0 if ($self->username and $self->userkey)
58 0 1 if ($self->username and $self->userkey)
81 0 1 if $arg{'user'} and not $self->auth
83 0 1 $arg{'user'} ? :
87 0 1 $req->is_success ? :
94 0 0 if $arg{'user'} and not $self->auth
100 0 0 $req->is_success ? :
117 0 0 if ($req->is_success)
139 0 0 if ($req->is_success)
151 0 0 unless $arg{'channel'}
159 0 0 $req->is_success ? :
186 0 0 if exists $arg{'icon'} and $arg{'icon'} =~ /\D/
188 0 0 if exists $arg{'location'} and ref $arg{'location'} eq 'ARRAY'
190 0 0 $arg{'generated'} ? :
0 0 if exists $arg{'generated'}
202 0 0 if ($req->is_success)
272 0 0 @_ > 1 ? :
275 0 0 if (ref $hash{$key} eq 'HASH') { }
0 0 elsif (ref $hash{$key} eq 'ARRAY') { }
292 0 0 if $AUTOLOAD =~ /^[A-Z]+$/