Branch Coverage

blib/lib/Module/Setup/Plugin/VC/Bazaar.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
19 0 0 unless $self->dialog('Bzr init? [Yn] ', 'y') =~ /[Yy]/
21 0 0 if $self->system('bzr', 'init')
22 0 0 if $self->system('bzr', 'add')
24 0 0 unless not $self->system(('bzr', 'commit', '-m'), 'initial commit')