| blib/lib/Music/Tag/LyricsFetcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 1 | $self->info->has_data('artist') and $self->info->has_data('title') |
| 24 | 1 | 0 | 0 | $self->info->lyrics and not $self->options->{'lyricsoverwrite'} |
| 29 | 1 | 0 | 0 | $Lyrics::Fetcher::Error eq 'OK' and $lyrics |