Branch Coverage

blib/lib/WebService/Audioscrobbler/Base.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
82 0 0 if (ref $$data{'track'} eq 'HASH')
92 0 0 if (defined $$info{'artist'}) { }
0 0 elsif ($self->isa($self->artists_class)) { }
110 0 0 wantarray ? :
131 0 0 if (ref $$data{'tag'} eq 'HASH')
134 0 0 if (exists $$tags{'name'} and not ref $$tags{'name'}) { }
145 0 0 wantarray ? :
152 0 0 if defined $name
154 0 0 unless defined $$info{'name'}
179 0 0 if (ref $$data{'artist'} eq 'HASH')
194 0 0 wantarray ? :
250 0 0 if $_[0]->isa(CLASS)