lib/MP3/PodcastFetch/TagManager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 14 | 21.4 |
line | l | !l | condition |
---|---|---|---|
52 | 5 | 1 | $MANAGER ||= bless({}, ref $class || $class) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 0 | 1 | 0 | ref $class || $class |
90 | 0 | 0 | 0 | $$self{$upgrade_type} ||= $self->load_tag_fixer_code($upgrade_type) |
192 | 0 | 0 | 0 | lc $upgrade_type eq 'id3v1' or lc $upgrade_type eq 'id3v2.3' |
194 | 0 | 0 | 0 | $self->load_audio_tag_lib || $self->load_mp3_tag_lib || $self->load_mp3_info_lib |