Branch Coverage

blib/lib/AudioFile/Info/MP3/Tag.pm
Criterion Covered Total %
branch 9 20 45.0


line true false branch
48 3 0 if defined $file
56 0 24 unless exists $data{$sub}
58 6 18 if ($_[1])
59 0 6 unless $_[0]{'obj'}{'ID3v1'}
60 0 6 unless $_[0]{'obj'}{'ID3v2'}
61 6 0 if (my $frame = $_[0]{'obj'}{'ID3v1'})
66 6 0 if (my $frame = $_[0]{'obj'}{'ID3v2'})
68 0 0 if (exists $frame->get_frame_ids->{$tag}) { }
77 24 0 if ($_[0]{'obj'}{'ID3v2'})
80 0 0 if ($_[0]{'obj'}{'ID3v1'})