Branch Coverage

blib/lib/WebService/GetSongBPM.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
65 1 1 if ($self->artist and $self->song) { }
0 1 elsif ($self->artist or $self->artist_id) { }
0 1 elsif ($self->song or $self->song_id) { }
79 1 1 unless $type
85 0 1 if ($self->artist_id or $self->song_id) { }
117 1 0 if ($res->is_success) { }