blib/lib/Music/Tag/OGG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
48 | 1 | 9 | unless (exists $$self{'_OGG'} and ref $$self{'_OGG'}) |
49 | 1 | 0 | if ($self->info->get_data('filename')) { } |
62 | 1 | 0 | if ($self->ogg) { } |
65 | 5 | 1 | if (exists $tagmap{$comment}) { } |
86 | 0 | 0 | unless (open COMMENT, '|-', $self->options->{'vorbiscomment'} . ' -w ' . '"' . $self->info->get_data('filename') . '"') |
91 | 0 | 0 | if (defined $self->info->get_data($m)) |