Branch Coverage

blib/lib/WWW/Grooveshark/Response.pm
Criterion Covered Total %
branch 5 26 19.2


line true false branch
111 1 0 if (1 == scalar @_) { }
114 0 1 unless $ref and $ref eq 'HASH'
141 0 1 unless ref $self
145 1 0 if ($self->is_fault) { }
151 0 0 if (ref $res)
153 0 0 if exists $res{$method}
158 1 0 if $@
222 0 0 ref $res ? :
0 0 scalar @_ ? :
225 0 0 if (wantarray)
227 0 0 if ($ref)
228 0 0 if $ref eq 'ARRAY'
229 0 0 if $ref eq 'HASH'