| blib/lib/Music/Tag/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 12 | 33.3 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 76 | 2 | 0 | 0 | not $self->info->has_data('picture') or $self->options->{'coveroverwrite'} | 
| 94 | 2 | 0 | 0 | not $self->info->has_data('lyrics') or $self->options->{'lyricsoverwrite'} | 
| 2 | 0 | 0 | not $self->info->has_data('lyrics') or $self->options->{'lyricsoverwrite'} or length $self->info->lyrics < 10 | |
| 240 | 0 | 1 | 0 | $self->options('no_savelyrics') or $self->info->get_data('filename') =~ /\.mp3$/i |