Branch Coverage

blib/lib/M3/ServerView.pm
Criterion Covered Total %
branch 5 34 14.7


line true false branch
34 0 0 if (blessed $base_uri) { }
35 0 0 unless $base_uri->isa('URI')
42 0 0 if $base_uri->path eq ''
43 0 0 unless $base_uri->path =~ m[/$]
62 0 0 unless ref $in_query eq 'HASH'
72 0 0 if (exists $$in_query{'name'})
75 0 0 if (exists $$in_query{'user'})
78 0 0 if (exists $$in_query{'type'})
81 0 0 if (exists $$in_query{'batch_job_number'})
84 0 0 if ($$in_query{'queued'})
101 0 3 if (defined $user and defined $password)
108 0 3 unless ($res->is_success)
112 3 0 wantarray ? :
131 3 0 unless ref $self
137 3 0 unless ref $self
161 0 0 unless $view_class
166 0 0 if (ref $query) { }