Branch Coverage

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


line true false branch
63 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) { }
77 1 1 unless $type
83 0 1 if ($self->artist_id or $self->song_id) { }
115 1 0 if ($res->is_success) { }