blib/lib/Music/Tag/LyricsFetcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 1 | unless ($self->info->has_data('artist') and $self->info->has_data('title')) |
24 | 0 | 1 | if ($self->info->lyrics and not $self->options->{'lyricsoverwrite'}) { } |
29 | 0 | 1 | if ($Lyrics::Fetcher::Error eq 'OK' and $lyrics) { } |