Branch Coverage

blib/lib/MusicBrainz/Collection.pm
Criterion Covered Total %
branch 3 18 16.6


line true false branch
24 0 1 unless ($$self{'user'})
27 0 0 unless ($$self{'user'} and $$self{'pass'})
38 0 0 if (my $albums = $self->_find_albums($dir)) { }
52 0 0 if $$self{'verbose'}
56 0 0 if ($response->is_success) { }
74 0 0 if (-e $file)
75 0 0 unless open my $fh, '<', $file
95 0 5 if $$self{'verbose'}
106 5 0 if ($albumid)